14
0

- 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
This commit is contained in:
2023-05-09 21:41:48 +00:00
committed by Git OBS Bridge
parent 27d659fc77
commit 14d584ca6e
4 changed files with 16 additions and 10 deletions

3
proglog-0.1.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4
size 11088

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8c4ccbf2138e0c5e3f3fc0d80dc51d7e69dcfe8bfde4cacb566725092a5b18d
size 10256

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 9 21:38:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.1.10:
* Test and build on Python 3.9
-------------------------------------------------------------------
Mon Jul 2 04:24:44 UTC 2018 - toddrme2178@gmail.com

View File

@@ -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