forked from pool/python-proglog
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ae2e63c235 | |||
7ef6cfca2b | |||
7b0b157f2a | |||
182bec9022 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4
|
|
||||||
size 11088
|
|
3
proglog-0.1.12.tar.gz
Normal file
3
proglog-0.1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:361ee074721c277b89b75c061336cb8c5f287c92b043efa562ccf7866cda931c
|
||||||
|
size 8794
|
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 5 10:20:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.1.12:
|
||||||
|
* Finalise TOML config (e.g. exclude unwanted folders in
|
||||||
|
installations), remove `setup.py`
|
||||||
|
- update to 0.1.11:
|
||||||
|
* Added documentation
|
||||||
|
* Automated publishing to PyPI
|
||||||
|
* Automated documentation generation
|
||||||
|
* Switched to TOML package description
|
||||||
|
* No changes in functionality
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 12:24:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 9 21:38:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue May 9 21:38:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-proglog
|
# spec file for package python-proglog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -16,24 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-proglog
|
Name: python-proglog
|
||||||
Version: 0.1.10
|
Version: 0.1.12
|
||||||
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-tqdm
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module tqdm}
|
BuildRequires: %{python_module tqdm}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
|
||||||
Requires: python-tqdm
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -46,16 +46,16 @@ logs, callbacks and progress bars.
|
|||||||
chmod a-x LICENSE README.rst
|
chmod a-x LICENSE README.rst
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/proglog
|
%{python_sitelib}/proglog
|
||||||
%{python_sitelib}/proglog-%{version}-py3*.egg-info
|
%{python_sitelib}/proglog-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user