diff --git a/Logbook-1.6.0.tar.gz b/Logbook-1.6.0.tar.gz deleted file mode 100644 index 0d75112..0000000 Binary files a/Logbook-1.6.0.tar.gz and /dev/null differ diff --git a/Logbook-1.7.0.tar.gz b/Logbook-1.7.0.tar.gz new file mode 100644 index 0000000..a147f4d Binary files /dev/null and b/Logbook-1.7.0.tar.gz differ diff --git a/python-Logbook.spec b/python-Logbook.spec index d670cfc..0986e52 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -1,18 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-Logbook -Version: 1.6.0 +Version: 1.7.0 Release: 1 Summary: A logging replacement for Python License: BSD-3-Clause URL: http://logbook.pocoo.org/ -Source0: https://files.pythonhosted.org/packages/26/86/aab9956e3a5a320aef2a9be78461544a94e778b30c9a22497fa03e952907/Logbook-1.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/46/b3/e5e58e5ebb8465eb691fe1227ac4904211d6c7b9dbade0a7ff544e9ec5e0/Logbook-1.7.0.tar.gz BuildArch: noarch %description Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun %package -n python3-logbook Summary: A logging replacement for Python -Provides: python-Logbook +Provides: python-Logbook = %{version}-%{release} # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -30,7 +30,7 @@ Provides: python3-logbook-doc Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun %prep -%autosetup -n Logbook-1.6.0 +%autosetup -n Logbook-%{version} %build export DISABLE_LOGBOOK_CEXT=true @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 03 2023 jiangxinyu - 1.7.0-1 +- Update package to version 1.7.0 + * Tue Aug 01 2023 chenzixuan - 1.6.0-1 - Updated to latest 1.6.0 version