diff --git a/0001-add-setup-file.patch b/0001-add-setup-file.patch new file mode 100644 index 0000000000000000000000000000000000000000..112ef8ded214cd181d091fb37b5bd1966304e5c8 --- /dev/null +++ b/0001-add-setup-file.patch @@ -0,0 +1,25 @@ +From 8b3c24a28145a3664b3ff3230c5a271b9157bd17 Mon Sep 17 00:00:00 2001 +From: liqiuyu123 +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 + diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index fa26c7cb885f11fe626c2910d58f88eab9420db2..c5d0519424365fce6f7064a7d30cb1d1a4bc6c17 100644 --- a/python-jaraco-collections.spec +++ b/python-jaraco-collections.spec @@ -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 - 3.5.2-1 +- Upgrade to version 3.5.2 + * Fri Jun 17 2022 houyingchao - 3.5.1-1 - Upgrade to version 3.5.1 diff --git a/v3.5.1.tar.gz b/v3.5.1.tar.gz deleted file mode 100644 index ea5033f591b83592adab1d0cb9e1d5acbbbf03d4..0000000000000000000000000000000000000000 Binary files a/v3.5.1.tar.gz and /dev/null differ diff --git a/v3.5.2.tar.gz b/v3.5.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7e51573401dcd5fdf5846496244d95028dbfc17b Binary files /dev/null and b/v3.5.2.tar.gz differ