From 14d584ca6e4cfa87c8d8e798bdfd99a27eaee1a22443ee31c7ca28b13053d607 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 May 2023 21:41:48 +0000 Subject: [PATCH] - update to 0.1.10: * Test and build on Python 3.9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proglog?expand=0&rev=3 --- proglog-0.1.10.tar.gz | 3 +++ proglog-0.1.9.tar.gz | 3 --- python-proglog.changes | 6 ++++++ python-proglog.spec | 14 +++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 proglog-0.1.10.tar.gz delete mode 100644 proglog-0.1.9.tar.gz diff --git a/proglog-0.1.10.tar.gz b/proglog-0.1.10.tar.gz new file mode 100644 index 0000000..15b97bb --- /dev/null +++ b/proglog-0.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4 +size 11088 diff --git a/proglog-0.1.9.tar.gz b/proglog-0.1.9.tar.gz deleted file mode 100644 index d45b223..0000000 --- a/proglog-0.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8c4ccbf2138e0c5e3f3fc0d80dc51d7e69dcfe8bfde4cacb566725092a5b18d -size 10256 diff --git a/python-proglog.changes b/python-proglog.changes index 2d1b503..bb673e0 100644 --- a/python-proglog.changes +++ b/python-proglog.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 9 21:38:51 UTC 2023 - Dirk Müller + +- update to 0.1.10: + * Test and build on Python 3.9 + ------------------------------------------------------------------- Mon Jul 2 04:24:44 UTC 2018 - toddrme2178@gmail.com diff --git a/python-proglog.spec b/python-proglog.spec index 5438a4b..3237dce 100644 --- a/python-proglog.spec +++ b/python-proglog.spec @@ -1,7 +1,7 @@ # # spec file for package python-proglog # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-proglog -Version: 0.1.9 +Version: 0.1.10 Release: 0 Summary: Log and progress bar manager for Python License: MIT Group: Development/Languages/Python -Url: https://github.com/Edinburgh-Genome-Foundry/Proglog +URL: https://github.com/Edinburgh-Genome-Foundry/Proglog Source: https://files.pythonhosted.org/packages/source/p/proglog/proglog-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -43,8 +43,7 @@ logs, callbacks and progress bars. %prep %setup -q -n proglog-%{version} -mv LICENCE.txt LICENSE.txt -chmod a-x LICENSE.txt README.rst +chmod a-x LICENSE README.rst %build %python_build @@ -55,7 +54,8 @@ chmod a-x LICENSE.txt README.rst %files %{python_files} %doc README.rst -%license LICENSE.txt -%{python_sitelib}/* +%license LICENSE +%{python_sitelib}/proglog +%{python_sitelib}/proglog-%{version}-py3*.egg-info %changelog