Upgrade to 3.2.1

This commit is contained in:
houyingchao 2022-05-31 17:55:07 +08:00
parent 2de09da913
commit 4556ec1f50
3 changed files with 9 additions and 4 deletions

Binary file not shown.

BIN
jaraco.classes-3.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,16 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-classes
Version: 3.1.0
Release: 2
Version: 3.2.1
Release: 1
Summary: Utility functions for Python class constructs
License: MIT
URL: https://pypi.org/project/jaraco.classes
Source0: https://files.pythonhosted.org/packages/c0/1c/b49b501195289f8222db3794f3c7457747bbec1a6169b4f1780d4fa99549/jaraco.classes-3.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release}
BuildRequires: python3-sphinx python3-pytest
Requires: python3-more-itertools
Requires: python3-sphinx
Requires: python3-pytest
@ -37,7 +39,7 @@ Provides: python3-jaraco-classes-doc
Documentation for jaraco-classes
%prep
%autosetup -n jaraco.classes-3.1.0
%autosetup -n jaraco.classes-3.2.1
%build
%py3_build
@ -80,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue May 31 2022 houyingchao <houyingchao@h-partners.com> - 3.2.1-1
- Upgrade to 3.2.1
* Tue Jan 05 2020 lingsheng <lingsheng@huawei.com> - 3.1.0-2
- Add buildrequire python3-setuptools_scm