diff --git a/fasteners-0.18.tar.gz b/fasteners-0.18.tar.gz deleted file mode 100644 index 46f200e4ebf09c942c06818ff49ce7a3eaabcf0f..0000000000000000000000000000000000000000 Binary files a/fasteners-0.18.tar.gz and /dev/null differ diff --git a/fasteners-0.19.tar.gz b/fasteners-0.19.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ac0187ceb2b96cedb1ace66825b5ee6cd79b61eb Binary files /dev/null and b/fasteners-0.19.tar.gz differ diff --git a/python-fasteners.spec b/python-fasteners.spec index 9edf6749f70126040f1adb1698b6c6b16c30a78e..86b724152e7235c2d44d7a46b7d5d5759e3c5d52 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fasteners -Version: 0.18 -Release: 3 +Version: 0.19 +Release: 1 Summary: A python package that provides useful locks License: ASL 2.0 URL: https://github.com/harlowja/fasteners -Source0: https://files.pythonhosted.org/packages/f5/9a/e613fc7f7fa157bea028d8d823a13ba5583a49a2dea926ca86b6cbf0fd00/fasteners-0.18.tar.gz +Source0: https://files.pythonhosted.org/packages/5f/d4/e834d929be54bfadb1f3e3b931c38e956aaa3b235a46a3c764c26c774902/fasteners-0.19.tar.gz BuildArch: noarch @@ -14,8 +14,8 @@ Cross-platform locks for threads and processes. %package -n python3-fasteners Summary: A python package that provides useful locks -Provides: python-fasteners -Obsoletes: python-fasteners-help <= 0.18 +Provides: python-fasteners = %{version}-%{release} +Obsoletes: python-fasteners-help <= %{version} BuildRequires: python3-devel BuildRequires: python3-setuptools python3-pip python3-wheel %description -n python3-fasteners @@ -28,7 +28,7 @@ Cross-platform locks for threads and processes. %pyproject_build %install -%pyproject_install fasteners==%{version} +%pyproject_install %files -n python3-fasteners %{python3_sitelib}/* @@ -36,6 +36,9 @@ Cross-platform locks for threads and processes. %doc README.md %changelog +* Tue Dec 05 2023 jiangxinyu - 0.19-1 +- Update package to version 0.19 + * Thu Apr 27 2023 wangkai <13474090681@163.com> - 0.18-3 - Fix Obsoletes version