forked from pool/python-cron-descriptor
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9081cf1718 | |||
| 1c4750b905 | |||
| d0fcc7aeef | |||
| ee6b90fb42 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff7e27520298e12199782f7f67fbc4d804745eb0e26f37be0da86b2134e9fca9
|
|
||||||
size 43980
|
|
||||||
3
cron_descriptor-1.4.5.tar.gz
Normal file
3
cron_descriptor-1.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:459257738d48c44bb5db0c6ab4ed64f4f5eb81c3f82be0a44e32b1ce43086099
|
||||||
|
size 44323
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 16 06:12:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyroject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 19:50:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.4.4:
|
||||||
|
* Simple CLI with all Options implemented
|
||||||
|
* GitHub Actions: Add Python 3.13 pre-release to the testing
|
||||||
|
* README.md: Supports Python 3.8 - 3.12
|
||||||
|
* Correct typo forth to fourth
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 30 12:05:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 30 12:05:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cron-descriptor
|
# spec file for package python-cron-descriptor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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,17 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-cron-descriptor
|
Name: python-cron-descriptor
|
||||||
Version: 1.4.3
|
Version: 1.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library that converts cron expressions into human readable strings
|
Summary: Python library that converts cron expressions into human readable strings
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Salamek/cron-descriptor
|
URL: https://github.com/Salamek/cron-descriptor
|
||||||
Source: https://github.com/Salamek/cron-descriptor/archive/%{version}.tar.gz#/cron_descriptor-%{version}.tar.gz
|
Source: https://github.com/Salamek/cron-descriptor/archive/%{version}.tar.gz#/cron_descriptor-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -39,10 +40,10 @@ A Python library that converts cron expressions into human readable strings.
|
|||||||
%setup -q -n cron-descriptor-%{version}
|
%setup -q -n cron-descriptor-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -51,10 +52,8 @@ A Python library that converts cron expressions into human readable strings.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{python_sitelib}/cron_descriptor/
|
%{python_sitelib}/cron_descriptor
|
||||||
%{python_sitelib}/cron_descriptor/*.py*
|
%{python_sitelib}/cron_descriptor-%{version}.dist-info
|
||||||
%pycache_only %{python_sitelib}/cron_descriptor/__pycache__
|
|
||||||
%{python_sitelib}/cron_descriptor*egg-info/
|
|
||||||
%lang(all) %{python_sitelib}/cron_descriptor/locale/
|
%lang(all) %{python_sitelib}/cron_descriptor/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user