commit python-croniter for openSUSE:Factory
Hello community, here is the log from the commit of package python-croniter for openSUSE:Factory checked in at 2019-05-24 11:31:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-croniter (Old) and /work/SRC/openSUSE:Factory/.python-croniter.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-croniter" Fri May 24 11:31:52 2019 rev:10 rq:704955 version:0.3.30 Changes: -------- --- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes 2019-03-28 22:48:28.095057115 +0100 +++ /work/SRC/openSUSE:Factory/.python-croniter.new.5148/python-croniter.changes 2019-05-24 11:31:54.101398482 +0200 @@ -1,0 +2,9 @@ +Thu May 23 06:36:54 UTC 2019 - pgajdos@suse.com + +- version update to 0.3.30 + * credits + * history stripping (security) + * Handle -Sun notation + * Handle invalid ranges correctly + +------------------------------------------------------------------- Old: ---- croniter-0.3.28.tar.gz New: ---- croniter-0.3.30.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-croniter.spec ++++++ --- /var/tmp/diff_new_pack.XsmByi/_old 2019-05-24 11:31:54.681398333 +0200 +++ /var/tmp/diff_new_pack.XsmByi/_new 2019-05-24 11:31:54.681398333 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-croniter -Version: 0.3.28 +Version: 0.3.30 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT ++++++ croniter-0.3.28.tar.gz -> croniter-0.3.30.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/croniter-0.3.28/PKG-INFO new/croniter-0.3.30/PKG-INFO --- old/croniter-0.3.28/PKG-INFO 2019-03-19 16:30:33.000000000 +0100 +++ new/croniter-0.3.30/PKG-INFO 2019-04-20 17:44:33.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: croniter -Version: 0.3.28 +Version: 0.3.30 Summary: croniter provides iteration for datetime object with cron like format Home-page: http://github.com/kiorky/croniter Author: Matsumoto Taichi, kiorky @@ -31,11 +31,6 @@ :target: https://travis-ci.org/kiorky/croniter - - Support development - ==================== - - `paypal <https://paypal.me/kiorky>`_ - Usage ============ @@ -130,7 +125,7 @@ . venv/bin/activate pip install --upgrade -r requirements/release.txt - fullrelease + ./release.sh Contributors @@ -154,25 +149,23 @@ Changelog ============== - 0.3.28 (2019-03-19) + 0.3.30 (2019-04-20) ------------------- - credits - 0.3.27 (2019-01-27) + + 0.3.29 (2019-03-26) ------------------- + + - credits + - history stripping (security) - Handle -Sun notation, This fixes `#119 <https://github.com/taichino/croniter/issues/119>`_. [kiorky] - Handle invalid ranges correctly, This fixes `#114 <https://github.com/taichino/croniter/issues/114>`_. [kiorky] - 0.3.26 (2018-11-03) - ------------------- - - - Support - - 0.3.25 (2018-08-07) ------------------- - Pypi hygiene diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/croniter-0.3.28/README.rst new/croniter-0.3.30/README.rst --- old/croniter-0.3.28/README.rst 2019-03-19 16:30:32.000000000 +0100 +++ new/croniter-0.3.30/README.rst 2019-04-20 17:44:33.000000000 +0200 @@ -23,11 +23,6 @@ :target: https://travis-ci.org/kiorky/croniter - -Support development -==================== -- `paypal <https://paypal.me/kiorky>`_ - Usage ============ @@ -122,7 +117,7 @@ . venv/bin/activate pip install --upgrade -r requirements/release.txt - fullrelease + ./release.sh Contributors diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/croniter-0.3.28/docs/CHANGES.rst new/croniter-0.3.30/docs/CHANGES.rst --- old/croniter-0.3.28/docs/CHANGES.rst 2019-03-19 16:30:32.000000000 +0100 +++ new/croniter-0.3.30/docs/CHANGES.rst 2019-04-20 17:44:33.000000000 +0200 @@ -1,25 +1,23 @@ Changelog ============== -0.3.28 (2019-03-19) +0.3.30 (2019-04-20) ------------------- - credits -0.3.27 (2019-01-27) + +0.3.29 (2019-03-26) ------------------- + +- credits +- history stripping (security) - Handle -Sun notation, This fixes `#119 <https://github.com/taichino/croniter/issues/119>`_. [kiorky] - Handle invalid ranges correctly, This fixes `#114 <https://github.com/taichino/croniter/issues/114>`_. [kiorky] -0.3.26 (2018-11-03) -------------------- - -- Support - - 0.3.25 (2018-08-07) ------------------- - Pypi hygiene diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/croniter-0.3.28/setup.py new/croniter-0.3.30/setup.py --- old/croniter-0.3.28/setup.py 2019-03-19 16:30:32.000000000 +0100 +++ new/croniter-0.3.30/setup.py 2019-04-20 17:44:33.000000000 +0200 @@ -23,7 +23,7 @@ setup( name='croniter', - version='0.3.28', + version='0.3.30', py_modules=['croniter', ], description=( 'croniter provides iteration for datetime ' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/croniter-0.3.28/src/croniter.egg-info/PKG-INFO new/croniter-0.3.30/src/croniter.egg-info/PKG-INFO --- old/croniter-0.3.28/src/croniter.egg-info/PKG-INFO 2019-03-19 16:30:32.000000000 +0100 +++ new/croniter-0.3.30/src/croniter.egg-info/PKG-INFO 2019-04-20 17:44:33.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: croniter -Version: 0.3.28 +Version: 0.3.30 Summary: croniter provides iteration for datetime object with cron like format Home-page: http://github.com/kiorky/croniter Author: Matsumoto Taichi, kiorky @@ -31,11 +31,6 @@ :target: https://travis-ci.org/kiorky/croniter - - Support development - ==================== - - `paypal <https://paypal.me/kiorky>`_ - Usage ============ @@ -130,7 +125,7 @@ . venv/bin/activate pip install --upgrade -r requirements/release.txt - fullrelease + ./release.sh Contributors @@ -154,25 +149,23 @@ Changelog ============== - 0.3.28 (2019-03-19) + 0.3.30 (2019-04-20) ------------------- - credits - 0.3.27 (2019-01-27) + + 0.3.29 (2019-03-26) ------------------- + + - credits + - history stripping (security) - Handle -Sun notation, This fixes `#119 <https://github.com/taichino/croniter/issues/119>`_. [kiorky] - Handle invalid ranges correctly, This fixes `#114 <https://github.com/taichino/croniter/issues/114>`_. [kiorky] - 0.3.26 (2018-11-03) - ------------------- - - - Support - - 0.3.25 (2018-08-07) ------------------- - Pypi hygiene
participants (1)
-
root