diff --git a/0001-Update-.gitignore.patch b/0001-Update-.gitignore.patch new file mode 100644 index 0000000000000000000000000000000000000000..fc517dfa2755bf320c2bbdb5ac538e239495fce8 --- /dev/null +++ b/0001-Update-.gitignore.patch @@ -0,0 +1,33 @@ +From 95e0c423ca31123a9537405fd2de5a1ee9f01b7c Mon Sep 17 00:00:00 2001 +From: Hynek Schlawack +Date: Sat, 30 Jul 2022 13:23:03 +0200 +Subject: [PATCH] Update .gitignore + +--- + .gitignore | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/.gitignore b/.gitignore +index d054dc6..f5c97f1 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -2,12 +2,16 @@ + *.pyc + .cache + .coverage* ++.direnv ++.envrc + .hypothesis + .mypy_cache + .pytest_cache + .tox ++.vscode + build + dist + docs/_build/ + htmlcov + pip-wheel-metadata ++tmp +-- +2.33.0 + diff --git a/python-attrs.spec b/python-attrs.spec index 1a40596d29e86f64352e2672e20072a97bd95b62..19951531148b49bed7ba2d14a8b99750241ea303 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -9,11 +9,13 @@ object protocols. \ Name: python-attrs Summary: Python attributes without boilerplate Version: 22.1.0 -Release: 1 +Release: 2 License: MIT URL: http://www.attrs.org/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz +Patch0: 0001-Update-.gitignore.patch + BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-devel @@ -57,6 +59,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc AUTHORS.rst README.rst %changelog +* Sat Jan 7 2023 caofei - - 22.1.0-2 +- Update .gitignore + * Sat Oct 29 2022 zhuofeng - 22.1.0-1 - update to 22.1.0