Compare commits
10 Commits
50956dbf67
...
36d8cebb20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36d8cebb20 | ||
|
|
65ac1233e1 | ||
|
|
c86121379d | ||
|
|
1c35df399f | ||
|
|
c019e6b3e1 | ||
|
|
b36d999059 | ||
|
|
eca29c9152 | ||
|
|
769bb3a025 | ||
|
|
49346c5bc5 | ||
|
|
b2406501a1 |
Binary file not shown.
BIN
jaraco.classes-3.3.0.tar.gz
Normal file
BIN
jaraco.classes-3.3.0.tar.gz
Normal file
Binary file not shown.
@ -1,34 +1,42 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-jaraco-classes
|
||||
Version: 3.2.1
|
||||
Version: 3.3.0
|
||||
Release: 1
|
||||
Summary: Utility functions for Python class constructs
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/jaraco.classes
|
||||
Source0: https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz
|
||||
URL: https://github.com/jaraco/jaraco.classes
|
||||
Source0: https://files.pythonhosted.org/packages/8b/de/d0a466824ce8b53c474bb29344e6d6113023eb2c3793d1c58c0908588bfa/jaraco.classes-3.3.0.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Recommends: %{name}-help = %{version}-%{release}
|
||||
|
||||
BuildRequires: python3-sphinx python3-pytest
|
||||
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-hatchling
|
||||
BuildRequires: python3-hatch-vcs
|
||||
BuildRequires: python3-wheel
|
||||
Requires: python3-more-itertools
|
||||
Requires: python3-sphinx
|
||||
Requires: python3-pytest
|
||||
Requires: python3-pytest-checkdocs
|
||||
Requires: python3-flake8
|
||||
Requires: python3-pytest-flake8
|
||||
Requires: python3-pytest-black-multipy
|
||||
Requires: python3-pytest-cov
|
||||
Requires: python3-pytest-enabler
|
||||
Requires: python3-pytest-black
|
||||
Requires: python3-pytest-mypy
|
||||
|
||||
%description
|
||||
Utility functions for Python class constructs.
|
||||
|
||||
|
||||
%package -n python3-jaraco-classes
|
||||
Summary: Utility functions for Python class constructs
|
||||
Provides: python-jaraco-classes
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm >= 1.15
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-pytest
|
||||
%description -n python3-jaraco-classes
|
||||
Utility functions for Python class constructs.
|
||||
|
||||
@ -39,13 +47,13 @@ Provides: python3-jaraco-classes-doc
|
||||
Documentation for jaraco-classes
|
||||
|
||||
%prep
|
||||
%autosetup -n jaraco.classes-3.2.1
|
||||
%autosetup -n jaraco.classes-%{version} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install jaraco.classes==%{version}
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -73,15 +81,28 @@ mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-jaraco-classes -f filelist.lst
|
||||
%exclude %{python3_sitelib}/jaraco/__init__*
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
|
||||
%{python3_sitelib}/jaraco
|
||||
%{python3_sitelib}/jaraco.classes-%{version}-py%{python3_version}.egg-info
|
||||
%dir %{python3_sitelib}/*
|
||||
%{python3_sitelib}/jaraco/classes
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Upgrade to 3.2.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user