diff --git a/Logbook-1.5.3.tar.gz b/Logbook-1.5.3.tar.gz deleted file mode 100644 index 55e177d..0000000 Binary files a/Logbook-1.5.3.tar.gz and /dev/null differ diff --git a/Logbook-1.6.0.tar.gz b/Logbook-1.6.0.tar.gz new file mode 100644 index 0000000..0d75112 Binary files /dev/null and b/Logbook-1.6.0.tar.gz differ diff --git a/python-Logbook.spec b/python-Logbook.spec index f9471e5..d670cfc 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Logbook -Version: 1.5.3 -Release: 3 +Version: 1.6.0 +Release: 1 Summary: A logging replacement for Python License: BSD-3-Clause URL: http://logbook.pocoo.org/ -Source0: https://files.pythonhosted.org/packages/2f/d9/16ac346f7c0102835814cc9e5b684aaadea101560bb932a2403bd26b2320/Logbook-1.5.3.tar.gz +Source0: https://files.pythonhosted.org/packages/26/86/aab9956e3a5a320aef2a9be78461544a94e778b30c9a22497fa03e952907/Logbook-1.6.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 @@ -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.5.3 +%autosetup -n Logbook-1.6.0 %build export DISABLE_LOGBOOK_CEXT=true @@ -67,13 +67,16 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-logbook -f filelist.lst -%dir %{python3_sitearch}/* +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Aug 01 2023 chenzixuan - 1.6.0-1 +- Updated to latest 1.6.0 version + * Mon Jul 25 2022 liyanan - 1.5.3-3 - Use python3_sitearch instead of python3_sitelib