update to 3.5.2

This commit is contained in:
liqiuyu123 2022-08-30 11:00:53 +08:00
parent 12c91bad98
commit a5a739e661
4 changed files with 33 additions and 3 deletions

25
0001-add-setup-file.patch Normal file
View File

@ -0,0 +1,25 @@
From 8b3c24a28145a3664b3ff3230c5a271b9157bd17 Mon Sep 17 00:00:00 2001
From: liqiuyu123 <liqiuyu@kylinos.cn>
Date: Tue, 30 Aug 2022 11:29:14 +0800
Subject: [PATCH] add setup file
---
setup.py | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 setup.py
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..bac24a4
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import setuptools
+
+if __name__ == "__main__":
+ setuptools.setup()
--
2.37.1.windows.1

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jaraco-collections Name: python-jaraco-collections
Version: 3.5.1 Version: 3.5.2
Release: 1 Release: 1
Summary: Collection objects similar to those in stdlib by jaraco Summary: Collection objects similar to those in stdlib by jaraco
License: MIT License: MIT
URL: https://github.com/jaraco/jaraco.collections URL: https://github.com/jaraco/jaraco.collections
Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.1.tar.gz Source0: https://github.com/jaraco/jaraco.collections/archive/refs/tags/v3.5.2.tar.gz
Patch0: 0001-add-setup-file.patch
BuildArch: noarch BuildArch: noarch
Requires: python3-sphinx Requires: python3-sphinx
@ -35,7 +36,8 @@ Provides: python3-jaraco-collections-doc
A dictionary-like object that maps a range of values to a given value. A dictionary-like object that maps a range of values to a given value.
%prep %prep
%autosetup -n jaraco.collections-3.5.1 %autosetup -n jaraco.collections-3.5.2
%patch0
%build %build
%py3_build %py3_build
@ -75,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 30 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.5.2-1
- Upgrade to version 3.5.2
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 3.5.1-1 * Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 3.5.1-1
- Upgrade to version 3.5.1 - Upgrade to version 3.5.1

Binary file not shown.

BIN
v3.5.2.tar.gz Normal file

Binary file not shown.