Update to 23.2.0 (rhbz#2256322)
This commit is contained in:
parent
56392b6fc3
commit
64900c81e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/attrs-22.1.0.tar.gz
|
/attrs-22.1.0.tar.gz
|
||||||
/attrs-22.2.0.tar.gz
|
/attrs-22.2.0.tar.gz
|
||||||
/attrs-23.1.0.tar.gz
|
/attrs-23.1.0.tar.gz
|
||||||
|
/attrs-23.2.0.tar.gz
|
||||||
|
|||||||
@ -9,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-attrs
|
Name: python-attrs
|
||||||
Version: 23.1.0
|
Version: 23.2.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python attributes without boilerplate
|
Summary: Python attributes without boilerplate
|
||||||
|
|
||||||
# SPDX
|
# SPDX
|
||||||
@ -38,6 +38,9 @@ object protocols.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{modname}-%{version}
|
||||||
|
|
||||||
|
# Remove tests-mypy extra from tests-no-zope extra
|
||||||
|
sed -i "/attrs\[tests-mypy\]/d" pyproject.toml
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires %{?with_tests:-x tests}
|
%pyproject_buildrequires %{?with_tests:-x tests}
|
||||||
|
|
||||||
@ -59,6 +62,9 @@ object protocols.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 02 2024 Lumír Balhar <lbalhar@redhat.com> - 23.2.0-1
|
||||||
|
- Update to 23.2.0 (rhbz#2256322)
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.1.0-4
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.1.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (attrs-23.1.0.tar.gz) = e96727d68081a761effcdf5a5d62d66902e7f5229879711739fd14d257b7f1c71ddab84309ffeff161bfc4da3a2b130eda4fad920b9f5bc3134bed138d05c16c
|
SHA512 (attrs-23.2.0.tar.gz) = 1797760e80987908bd56649b93c8d29760404f81a0ea88817fc1c2ce013d64f842e59f04639fda96e21d151a72d53ad796ea5ec7c87b39a7fcf2ec2c2cbf9bc6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user