!6 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-08-30 05:38:45 +00:00 committed by Gitee
commit 1a54a35b59
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Name: python-jaraco-collections
Version: 3.5.1
Version: 3.5.2
Release: 1
Summary: Collection objects similar to those in stdlib by jaraco
License: MIT
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
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.
%prep
%autosetup -n jaraco.collections-3.5.1
%autosetup -n jaraco.collections-3.5.2
%patch0
%build
%py3_build
@ -75,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Upgrade to version 3.5.1

Binary file not shown.

BIN
v3.5.2.tar.gz Normal file

Binary file not shown.