Compare commits

..

No commits in common. "36d8cebb20122a7537eee798bb0a4f74160e6252" and "50956dbf67ce3927f6a2f92498a4eaf6e8ca82c6" have entirely different histories.

3 changed files with 15 additions and 36 deletions

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

Binary file not shown.

Binary file not shown.

View File

@ -1,42 +1,34 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jaraco-classes Name: python-jaraco-classes
Version: 3.3.0 Version: 3.2.1
Release: 1 Release: 1
Summary: Utility functions for Python class constructs Summary: Utility functions for Python class constructs
License: MIT License: MIT
URL: https://github.com/jaraco/jaraco.classes URL: https://pypi.org/project/jaraco.classes
Source0: https://files.pythonhosted.org/packages/8b/de/d0a466824ce8b53c474bb29344e6d6113023eb2c3793d1c58c0908588bfa/jaraco.classes-3.3.0.tar.gz Source0: https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
BuildArch: noarch BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release} Recommends: %{name}-help = %{version}-%{release}
BuildRequires: python3-pip BuildRequires: python3-sphinx python3-pytest
BuildRequires: python3-hatchling
BuildRequires: python3-hatch-vcs
BuildRequires: python3-wheel
Requires: python3-more-itertools Requires: python3-more-itertools
Requires: python3-sphinx Requires: python3-sphinx
Requires: python3-pytest Requires: python3-pytest
Requires: python3-pytest-checkdocs Requires: python3-pytest-checkdocs
Requires: python3-flake8
Requires: python3-pytest-flake8 Requires: python3-pytest-flake8
Requires: python3-pytest-black-multipy
Requires: python3-pytest-cov Requires: python3-pytest-cov
Requires: python3-pytest-enabler
Requires: python3-pytest-black
Requires: python3-pytest-mypy
%description %description
Utility functions for Python class constructs. Utility functions for Python class constructs.
%package -n python3-jaraco-classes %package -n python3-jaraco-classes
Summary: Utility functions for Python class constructs Summary: Utility functions for Python class constructs
Provides: python-jaraco-classes Provides: python-jaraco-classes
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm >= 1.15 BuildRequires: python3-setuptools_scm >= 1.15
BuildRequires: python3-sphinx
BuildRequires: python3-pytest
%description -n python3-jaraco-classes %description -n python3-jaraco-classes
Utility functions for Python class constructs. Utility functions for Python class constructs.
@ -47,13 +39,13 @@ Provides: python3-jaraco-classes-doc
Documentation for jaraco-classes Documentation for jaraco-classes
%prep %prep
%autosetup -n jaraco.classes-%{version} -p1 %autosetup -n jaraco.classes-3.2.1
%build %build
%pyproject_build %py3_build
%install %install
%pyproject_install jaraco.classes==%{version} %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -81,28 +73,15 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-jaraco-classes -f filelist.lst %files -n python3-jaraco-classes -f filelist.lst
%dir %{python3_sitelib}/* %exclude %{python3_sitelib}/jaraco/__init__*
%{python3_sitelib}/jaraco/classes %exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco
%{python3_sitelib}/jaraco.classes-%{version}-py%{python3_version}.egg-info
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 01 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 3.3.0-1
- Update package to version 3.3.0
* Tue Apr 25 2023 caodongxia <caodongxia@h-partners.com> - 3.2.3-4
- Adapting to the pyproject.toml compilation mode
* Mon Feb 27 2023 yaoxin <yaoxin30@h-partners.com> - 3.2.3-3
- Adaptation to setup.py and modify the patching mode to resolve installation conflicts
* Fri Feb 24 2023 yaoxin <yaoxin30@h-partners.com> - 3.2.3-2
- Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections
* Sat Oct 08 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.2.3-1
- Upgrade package to version 3.2.3
* Tue May 31 2022 houyingchao <houyingchao@h-partners.com> - 3.2.1-1 * Tue May 31 2022 houyingchao <houyingchao@h-partners.com> - 3.2.1-1
- Upgrade to 3.2.1 - Upgrade to 3.2.1