Hello community,
here is the log from the commit of package python-cron-descriptor for
openSUSE:Factory checked in at 2020-04-01 19:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cron-descriptor (Old)
and /work/SRC/openSUSE:Factory/.python-cron-descriptor.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cron-descriptor"
Wed Apr 1 19:20:45 2020 rev:2 rq:790632 version:1.2.24
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cron-descriptor/python-cron-descriptor.changes
2019-09-27 14:48:56.592687568 +0200
+++
/work/SRC/openSUSE:Factory/.python-cron-descriptor.new.3248/python-cron-descriptor.changes
2020-04-01 19:20:49.095598062 +0200
@@ -1,0 +2,6 @@
+Wed Apr 1 14:40:50 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.2.24
+ * Fix CI Build/Deploy on new version
+
+-------------------------------------------------------------------
Old:
----
cron_descriptor-1.2.23.tar.gz
New:
----
cron_descriptor-1.2.24.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cron-descriptor.spec ++++++
--- /var/tmp/diff_new_pack.ZrPz1g/_old 2020-04-01 19:20:49.739598352 +0200
+++ /var/tmp/diff_new_pack.ZrPz1g/_new 2020-04-01 19:20:49.743598353 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cron-descriptor
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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.2.23
+Version: 1.2.24
Release: 0
Summary: Python library that converts cron expressions into human
readable strings
License: MIT
++++++ cron_descriptor-1.2.23.tar.gz -> cron_descriptor-1.2.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cron-descriptor-1.2.23/.gitlab-ci.yml
new/cron-descriptor-1.2.24/.gitlab-ci.yml
--- old/cron-descriptor-1.2.23/.gitlab-ci.yml 2019-09-09 05:44:50.000000000
+0200
+++ new/cron-descriptor-1.2.24/.gitlab-ci.yml 2019-09-17 16:19:32.000000000
+0200
@@ -8,7 +8,7 @@
stage: test
script:
- apt-get update -qy
- - apt-get install python3-setuptools -qy
+ - apt-get install python3-setuptools ca-certificates -qy
- python3 setup.py test
tags:
- debian
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cron-descriptor-1.2.23/archlinux/PKGBUILD
new/cron-descriptor-1.2.24/archlinux/PKGBUILD
--- old/cron-descriptor-1.2.23/archlinux/PKGBUILD 2019-09-09
05:44:50.000000000 +0200
+++ new/cron-descriptor-1.2.24/archlinux/PKGBUILD 2019-09-17
16:19:32.000000000 +0200
@@ -1,5 +1,5 @@
pkgname=python-cron-descriptor
-pkgver=1.2.23
+pkgver=1.2.24
pkgdesc="A Python library that converts cron expressions into human readable
strings."
pkgrel=1
arch=('any')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cron-descriptor-1.2.23/cron_descriptor/__init__.py
new/cron-descriptor-1.2.24/cron_descriptor/__init__.py
--- old/cron-descriptor-1.2.23/cron_descriptor/__init__.py 2019-09-09
05:44:50.000000000 +0200
+++ new/cron-descriptor-1.2.24/cron_descriptor/__init__.py 2019-09-17
16:19:32.000000000 +0200
@@ -27,6 +27,6 @@
from .Exception import MissingFieldException, FormatException,
WrongArgumentException
-__version__ = '1.2.23'
+__version__ = '1.2.24'
__all__ = ['Options', 'ExpressionDescriptor', 'get_description',
'DescriptionTypeEnum',
'CasingTypeEnum', 'MissingFieldException', 'FormatException',
'WrongArgumentException']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cron-descriptor-1.2.23/setup.py
new/cron-descriptor-1.2.24/setup.py
--- old/cron-descriptor-1.2.23/setup.py 2019-09-09 05:44:50.000000000 +0200
+++ new/cron-descriptor-1.2.24/setup.py 2019-09-17 16:19:32.000000000 +0200
@@ -32,7 +32,7 @@
setuptools.setup(
name="cron_descriptor",
- version="1.2.23",
+ version="1.2.24",
description="A Python library that converts cron expressions "
"into human readable strings.",
author="Adam Schubert",