Hello community, here is the log from the commit of package python-iso8601 for openSUSE:Factory checked in at 2020-10-23 12:18:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-iso8601 (Old) and /work/SRC/openSUSE:Factory/.python-iso8601.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iso8601" Fri Oct 23 12:18:29 2020 rev:17 rq:838246 version:0.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-iso8601/python-iso8601.changes 2020-03-08 22:21:58.179997208 +0100 +++ /work/SRC/openSUSE:Factory/.python-iso8601.new.3463/python-iso8601.changes 2020-10-23 12:18:29.616532712 +0200 @@ -1,0 +2,8 @@ +Mon Sep 28 11:18:36 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.1.13: + * Move to GitHub (https://github.com/micktwomey/pyiso8601). + * Remove python 2.6, 3.2, 3.3 and 3.4 from tests + * Add python 3.7 and 3.8 to tests + +------------------------------------------------------------------- Old: ---- iso8601-0.1.12.tar.gz New: ---- iso8601-0.1.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-iso8601.spec ++++++ --- /var/tmp/diff_new_pack.h08QbG/_old 2020-10-23 12:18:30.224533027 +0200 +++ /var/tmp/diff_new_pack.h08QbG/_new 2020-10-23 12:18:30.228533028 +0200 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-iso8601 -Version: 0.1.12 +Version: 0.1.13 Release: 0 Summary: Python module to parse ISO 8601 dates License: MIT Group: Development/Languages/Python -URL: http://code.google.com/p/pyiso8601/ +URL: https://github.com/micktwomey/pyiso8601 Source: https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz BuildRequires: %{python_module pytest >= 2.4.2} BuildRequires: %{python_module setuptools} ++++++ iso8601-0.1.12.tar.gz -> iso8601-0.1.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iso8601-0.1.12/PKG-INFO new/iso8601-0.1.13/PKG-INFO --- old/iso8601-0.1.12/PKG-INFO 2017-07-28 00:04:32.000000000 +0200 +++ new/iso8601-0.1.13/PKG-INFO 2020-09-11 19:10:01.248737800 +0200 @@ -1,10 +1,10 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: iso8601 -Version: 0.1.12 +Version: 0.1.13 Summary: Simple module to parse ISO 8601 dates -Home-page: https://bitbucket.org/micktwomey/pyiso8601 +Home-page: https://github.com/micktwomey/pyiso8601 Author: Michael Twomey -Author-email: [email protected] +Author-email: [email protected] License: MIT Description: Simple module to parse ISO 8601 dates @@ -85,7 +85,7 @@ 1. pip install -r dev-requirements.txt 2. tox - Note that you need all the pythons installed to perform a tox run (see below). Homebrew helps a lot on the mac, however you wind up having to add cellars to your PATH or symlinking the pythonX.Y executables. + Note that you need all the pythons installed to perform a tox run (see below). pyenv helps hugely, use pyenv install for the versions you need then use 'pyenv local version ...' to link them in (the tox-pyenv plugin will pick them up). Alternatively, to test only with your current python: @@ -97,17 +97,15 @@ Tested against: - - Python 2.6 - Python 2.7 - - Python 3.2 - - Python 3.3 - - Python 3.4 - Python 3.5 - Python 3.6 + - Python 3.7 + - Python 3.8 - PyPy - PyPy 3 - Python 3.0 and 3.1 are untested but should work (tests didn't run under them when last tried). + Python 3.0, 3.1 and 3.2 are untested but should work (tests didn't run under them when last tried). Jython is untested but should work (tests failed to run). @@ -116,6 +114,16 @@ Changes ======= + Unreleased + ---------- + + 0.1.13 + ------ + + * Move to GitHub (https://github.com/micktwomey/pyiso8601). Thanks go to Martin Häcker for pointing out the bitbucket project had been deleted by Atlassian! + * Remove python 2.6, 3.2, 3.3 and 3.4 from tests + * Add python 3.7 and 3.8 to tests + 0.1.12 ------ @@ -201,3 +209,4 @@ Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 +Description-Content-Type: text/x-rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iso8601-0.1.12/README.rst new/iso8601-0.1.13/README.rst --- old/iso8601-0.1.12/README.rst 2017-07-27 23:51:06.000000000 +0200 +++ new/iso8601-0.1.13/README.rst 2020-09-11 19:06:57.000000000 +0200 @@ -77,7 +77,7 @@ 1. pip install -r dev-requirements.txt 2. tox -Note that you need all the pythons installed to perform a tox run (see below). Homebrew helps a lot on the mac, however you wind up having to add cellars to your PATH or symlinking the pythonX.Y executables. +Note that you need all the pythons installed to perform a tox run (see below). pyenv helps hugely, use pyenv install for the versions you need then use 'pyenv local version ...' to link them in (the tox-pyenv plugin will pick them up). Alternatively, to test only with your current python: @@ -89,17 +89,15 @@ Tested against: -- Python 2.6 - Python 2.7 -- Python 3.2 -- Python 3.3 -- Python 3.4 - Python 3.5 - Python 3.6 +- Python 3.7 +- Python 3.8 - PyPy - PyPy 3 -Python 3.0 and 3.1 are untested but should work (tests didn't run under them when last tried). +Python 3.0, 3.1 and 3.2 are untested but should work (tests didn't run under them when last tried). Jython is untested but should work (tests failed to run). @@ -108,6 +106,16 @@ Changes ======= +Unreleased +---------- + +0.1.13 +------ + +* Move to GitHub (https://github.com/micktwomey/pyiso8601). Thanks go to Martin Häcker for pointing out the bitbucket project had been deleted by Atlassian! +* Remove python 2.6, 3.2, 3.3 and 3.4 from tests +* Add python 3.7 and 3.8 to tests + 0.1.12 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iso8601-0.1.12/dev-requirements.txt new/iso8601-0.1.13/dev-requirements.txt --- old/iso8601-0.1.12/dev-requirements.txt 2017-07-27 23:52:52.000000000 +0200 +++ new/iso8601-0.1.13/dev-requirements.txt 2020-09-11 18:42:29.000000000 +0200 @@ -3,4 +3,5 @@ Sphinx>=1.2.1 tox-pyenv>=1.0.3 tox>=1.7.0 +twine>=1.9.1 wheel>=0.22.0 \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iso8601-0.1.12/iso8601.egg-info/PKG-INFO new/iso8601-0.1.13/iso8601.egg-info/PKG-INFO --- old/iso8601-0.1.12/iso8601.egg-info/PKG-INFO 2017-07-28 00:04:32.000000000 +0200 +++ new/iso8601-0.1.13/iso8601.egg-info/PKG-INFO 2020-09-11 19:10:01.000000000 +0200 @@ -1,10 +1,10 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: iso8601 -Version: 0.1.12 +Version: 0.1.13 Summary: Simple module to parse ISO 8601 dates -Home-page: https://bitbucket.org/micktwomey/pyiso8601 +Home-page: https://github.com/micktwomey/pyiso8601 Author: Michael Twomey -Author-email: [email protected] +Author-email: [email protected] License: MIT Description: Simple module to parse ISO 8601 dates @@ -85,7 +85,7 @@ 1. pip install -r dev-requirements.txt 2. tox - Note that you need all the pythons installed to perform a tox run (see below). Homebrew helps a lot on the mac, however you wind up having to add cellars to your PATH or symlinking the pythonX.Y executables. + Note that you need all the pythons installed to perform a tox run (see below). pyenv helps hugely, use pyenv install for the versions you need then use 'pyenv local version ...' to link them in (the tox-pyenv plugin will pick them up). Alternatively, to test only with your current python: @@ -97,17 +97,15 @@ Tested against: - - Python 2.6 - Python 2.7 - - Python 3.2 - - Python 3.3 - - Python 3.4 - Python 3.5 - Python 3.6 + - Python 3.7 + - Python 3.8 - PyPy - PyPy 3 - Python 3.0 and 3.1 are untested but should work (tests didn't run under them when last tried). + Python 3.0, 3.1 and 3.2 are untested but should work (tests didn't run under them when last tried). Jython is untested but should work (tests failed to run). @@ -116,6 +114,16 @@ Changes ======= + Unreleased + ---------- + + 0.1.13 + ------ + + * Move to GitHub (https://github.com/micktwomey/pyiso8601). Thanks go to Martin Häcker for pointing out the bitbucket project had been deleted by Atlassian! + * Remove python 2.6, 3.2, 3.3 and 3.4 from tests + * Add python 3.7 and 3.8 to tests + 0.1.12 ------ @@ -201,3 +209,4 @@ Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 +Description-Content-Type: text/x-rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iso8601-0.1.12/setup.py new/iso8601-0.1.13/setup.py --- old/iso8601-0.1.12/setup.py 2017-07-27 23:41:48.000000000 +0200 +++ new/iso8601-0.1.13/setup.py 2020-09-11 19:04:56.000000000 +0200 @@ -9,12 +9,13 @@ setup( name="iso8601", - version="0.1.12", + version="0.1.13", description=long_description.split("\n")[0], long_description=long_description, + long_description_content_type="text/x-rst", author="Michael Twomey", - author_email="[email protected]", - url="https://bitbucket.org/micktwomey/pyiso8601", + author_email="[email protected]", + url="https://github.com/micktwomey/pyiso8601", packages=["iso8601"], license="MIT", classifiers=[ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iso8601-0.1.12/tox.ini new/iso8601-0.1.13/tox.ini --- old/iso8601-0.1.12/tox.ini 2017-07-27 23:46:49.000000000 +0200 +++ new/iso8601-0.1.13/tox.ini 2020-09-11 18:59:59.000000000 +0200 @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,py34,py35,py36,pypy,pypy3 +envlist = py27,py35,py36,py37,py38,pypy,pypy3 [testenv] deps=pytest>=2.4.2
