15
0

Accepting request 1142766 from devel:languages:python

- update to 1.4.3:
  * replace flake8 with ruff
  * CI fixes

- Update to v1.2.32
- Update to v1.2.30:

OBS-URL: https://build.opensuse.org/request/show/1142766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cron-descriptor?expand=0&rev=6
This commit is contained in:
2024-01-30 17:26:47 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 30 12:05:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.3:
* replace flake8 with ruff
* CI fixes
-------------------------------------------------------------------
Wed Aug 9 07:28:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -36,7 +43,7 @@ Wed Aug 9 07:28:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Sat Dec 3 04:28:06 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.2.32
- Update to v1.2.32
* chore(Format): fix formatting
- Update to v1.2.31
@@ -45,7 +52,7 @@ Sat Dec 3 04:28:06 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
-------------------------------------------------------------------
Tue Sep 27 14:32:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.2.30:
- Update to v1.2.30:
* Fixes #31
* Fixes #36
* Implements #52 fix from upstream that fixes #37

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cron-descriptor
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cron-descriptor
Version: 1.4
Version: 1.4.3
Release: 0
Summary: Python library that converts cron expressions into human readable strings
License: MIT