Package upgrade

This commit is contained in:
houyingchao 2022-06-17 10:30:12 +08:00
parent 8bdda1c814
commit 828989f13b
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-collections
Version: 3.4.0
Version: 3.5.1
Release: 1
Summary: Collection objects similar to those in stdlib by jaraco
License: MIT
URL: https://github.com/jaraco/jaraco.collections
Source0: https://files.pythonhosted.org/packages/d9/f8/da1c43345aa1ce0a98391497719cfc80d9664727431554a6aab5328481eb/jaraco.collections-3.4.0.tar.gz
Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.1.tar.gz
BuildArch: noarch
Requires: python3-sphinx
@ -35,7 +35,7 @@ Provides: python3-jaraco-collections-doc
A dictionary-like object that maps a range of values to a given value.
%prep
%autosetup -n jaraco.collections-3.4.0
%autosetup -n jaraco.collections-3.5.1
%build
%py3_build
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 3.5.1-1
- Upgrade to version 3.5.1
* Fri Nov 26 2021 liuqinfei <18138800392@163.com> - 3.4.0-1
- update version to 3.4.0
- recover some excluded files in %files python3-jaraco-collections

BIN
v3.5.1.tar.gz Normal file

Binary file not shown.