From c0e42d11ae8e3873be1f76e6e39bf2d26dfa7e8a Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Wed, 3 Jan 2024 15:53:59 +0800 Subject: [PATCH] Upgrade to version 3.12.0 --- python-jaraco-text.spec | 7 ++++--- sources | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/python-jaraco-text.spec b/python-jaraco-text.spec index 37e0e4b..828fd6b 100644 --- a/python-jaraco-text.spec +++ b/python-jaraco-text.spec @@ -6,7 +6,7 @@ Summary: Module for text manipulation Name: python-%{pkg_name} -Version: 3.6.0 +Version: 3.12.0 Release: 1%{?dist} License: MIT URL: https://github.com/jaraco/jaraco.text @@ -66,8 +66,6 @@ install jaraco/text/Lorem\ ipsum.txt %{buildroot}%{python3_sitelib}/jaraco/text/ %files -n python3-%{pkg_name} %license LICENSE %doc README.rst -%exclude %{python3_sitelib}/jaraco/__init__* -%exclude %{python3_sitelib}/jaraco/__pycache__/__init__* %{python3_sitelib}/jaraco/text/ %{python3_sitelib}/%{pypi_name}-%{version}.dist-info @@ -78,6 +76,9 @@ install jaraco/text/Lorem\ ipsum.txt %{buildroot}%{python3_sitelib}/jaraco/text/ %endif %changelog +* Wed Jan 03 2024 Upgrade Robot - 3.12.0-1 +- Upgrade to version 3.12.0 + * Fri Sep 22 2023 jackeyji - 3.6.0-1 - upgrade to 3.6.0 diff --git a/sources b/sources index 2597eca..193f376 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (jaraco.text-3.6.0.tar.gz) = 74e6f199372b62ee767fd5f5829ab636d6d87c38998d93cb4ed7dddbe53db27e5c3caf45f36f7b5690b3c12367df0c93702fac59ee99ffcb03f53e70b8b18f96 +SHA512 (jaraco.text-3.12.0.tar.gz) = 75068006c96dae3b8d21228f2ae21820939c68b1fb7e5db35bd0c1126a20399eb4d99c6bea15e88076599956c4b41104558cd32d860d8f4fd4e96aeeb22711c9 -- Gitee