forked from pool/python-proglog
- 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:
3
proglog-0.1.10.tar.gz
Normal file
3
proglog-0.1.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4
|
||||||
|
size 11088
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8c4ccbf2138e0c5e3f3fc0d80dc51d7e69dcfe8bfde4cacb566725092a5b18d
|
|
||||||
size 10256
|
|
@@ -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
|
Mon Jul 2 04:24:44 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-proglog
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-proglog
|
Name: python-proglog
|
||||||
Version: 0.1.9
|
Version: 0.1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Log and progress bar manager for Python
|
Summary: Log and progress bar manager for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/proglog/proglog-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -43,8 +43,7 @@ logs, callbacks and progress bars.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n proglog-%{version}
|
%setup -q -n proglog-%{version}
|
||||||
mv LICENCE.txt LICENSE.txt
|
chmod a-x LICENSE README.rst
|
||||||
chmod a-x LICENSE.txt README.rst
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -55,7 +54,8 @@ chmod a-x LICENSE.txt README.rst
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/proglog
|
||||||
|
%{python_sitelib}/proglog-%{version}-py3*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user