43 Commits

Author SHA256 Message Date
ea9e283c4b Accepting request 1161090 from devel:languages:python
- update to 2.1.0:
  * Use ruff for linting
- update to 2.0.0:
  * Add Python 3.12 support
  * Fix test_fixedoffset_eq by adding an actual assertion
  * Drop Python 3.6 support (3.6 is end of life)

  * Fix parsing of microseconds
- Added .changes file

OBS-URL: https://build.opensuse.org/request/show/1161090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=23
2024-03-25 20:07:01 +00:00
b24bcb0e4f - update to 2.1.0:
* Use ruff for linting
- update to 2.0.0:
  * Add Python 3.12 support
  * Fix test_fixedoffset_eq by adding an actual assertion
  * Drop Python 3.6 support (3.6 is end of life)
  * Fix parsing of microseconds
- Added .changes file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=40
2024-03-24 08:54:27 +00:00
03c7542099 Accepting request 1081480 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=22
2023-04-22 19:57:33 +00:00
6d74d51cfb Accepting request 1081458 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=38
2023-04-21 13:18:52 +00:00
c21cda48ec Accepting request 1055988 from devel:languages:python
- update to 1.1.0:
  * raise ParseError if we get an exception on is_iso8601()
  * Add is_iso8601() function
  * Update license years

OBS-URL: https://build.opensuse.org/request/show/1055988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=21
2023-01-06 16:04:47 +00:00
cdabfdac8d - update to 1.1.0:
* raise ParseError if we get an exception on is_iso8601()
  * Add is_iso8601() function
  * Update license years

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=36
2023-01-04 19:48:26 +00:00
0c9636bbda Accepting request 940344 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=20
2021-12-16 20:19:31 +00:00
e3f2be690a Accepting request 940072 from home:bnavigator:branches:devel:languages:python
- Explicitly require test depenendency pytz (it's only optional in
  hypothesis[pytz])

OBS-URL: https://build.opensuse.org/request/show/940072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=35
2021-12-13 18:45:30 +00:00
afb4601c03 - update to 1.0.2:
* Add missing `__all__` in `__init__.py`
  * Add missing py.typed file (as per PEP 561), keeps mypy happy :D
  * Drop python < 3.6 support
  * Add type annotations to code
  * Remove external type annotations in pyi
  * Switch to poetry for packaging
  * Simplify internals and remove old compatability code
  * Switch to nox for testing
  * Lots of small project development changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=34
2021-12-06 18:13:10 +00:00
38893da0df Accepting request 909592 from devel:languages:python
- update to 0.1.16:
  * Include `docs/` into sdist tarball
  * Include .pyi files in built wheels and source tarballs

OBS-URL: https://build.opensuse.org/request/show/909592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=19
2021-08-04 20:28:22 +00:00
badc4d3a9b - update to 0.1.16:
* Include `docs/` into sdist tarball
  * Include .pyi files in built wheels and source tarballs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=33
2021-08-01 09:33:20 +00:00
3232353b26 Accepting request 877587 from devel:languages:python
- update to 0.1.14:
  * Add GitHub build actions for project
  * Add project URLs in setup.py (thanks to Steve Piercy)
  * Update README links (thanks to Steve Piercy)
  * Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
  * Fix README links (thanks to Chris Barker)
  * Add Python 3.9 to test matrix (thanks to Luciano Mammino)
  * Add type hints (thanks to Brett Cannon)
  * Derive `ParseError` from `ValueError` (thanks to Lex Robinson)

OBS-URL: https://build.opensuse.org/request/show/877587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=18
2021-03-12 12:30:57 +00:00
85165284f1 - update to 0.1.14:
* Add GitHub build actions for project
  * Add project URLs in setup.py (thanks to Steve Piercy)
  * Update README links (thanks to Steve Piercy)
  * Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
  * Fix README links (thanks to Chris Barker)
  * Add Python 3.9 to test matrix (thanks to Luciano Mammino)
  * Add type hints (thanks to Brett Cannon)
  * Derive `ParseError` from `ValueError` (thanks to Lex Robinson)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=31
2021-03-08 08:38:05 +00:00
f681cb8abe Accepting request 838246 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/838246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=17
2020-10-23 10:18:29 +00:00
077004f726 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=29
2020-09-28 11:19:38 +00:00
a99c6ca0f8 Accepting request 780406 from devel:languages:python
- update to 0.1.12:
  * Fix class reference for iso8601.Utc in module docstring

OBS-URL: https://build.opensuse.org/request/show/780406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=16
2020-03-08 21:21:54 +00:00
8e34ae0c14 - update to 0.1.12:
* Fix class reference for iso8601.Utc in module docstring

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=27
2020-02-28 22:48:25 +00:00
c5384df16b Accepting request 689817 from devel:languages:python
- Downgrade to 0.1.11:
  * Reverts back to avoid API change that caused iso8601.Utc not
    working on py3 (Fedora and Deb both ship this version)

- Download the sources from pypi and run fdupes

OBS-URL: https://build.opensuse.org/request/show/689817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=15
2019-03-29 19:39:27 +00:00
Tomáš Chvátal
8a6212dd11 - Downgrade to 0.1.11:
* Reverts back to avoid API change that caused iso8601.Utc not
    working on py3 (Fedora and Deb both ship this version)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=25
2019-03-29 11:38:42 +00:00
Tomáš Chvátal
a542bfe5bc - Download the sources from pypi and run fdupes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=24
2019-03-29 11:37:04 +00:00
b7a91bf6b4 Accepting request 663810 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/663810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=14
2019-01-15 12:16:09 +00:00
Tomáš Chvátal
1f5bb74229 Accepting request 663783 from home:jengelh:branches:devel:languages:python
- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/663783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=22
2019-01-08 18:42:20 +00:00
0fdf057c30 Accepting request 659445 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=13
2018-12-26 23:26:50 +00:00
0d2a4076d6 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=20
2018-12-04 17:15:26 +00:00
ca2d98a648 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=19
2018-12-04 13:34:52 +00:00
8d31663551 Accepting request 540452 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/540452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=12
2017-11-12 16:59:18 +00:00
a29961b41a Accepting request 540379 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/540379
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=17
2017-11-10 11:30:16 +00:00
0cb5a826d0 Accepting request 480723 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/480723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=11
2017-03-22 22:17:07 +00:00
be472623bb Accepting request 480647 from home:tbechtold:branches:devel:languages:python
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/480647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=15
2017-03-16 19:59:53 +00:00
8b92bb3dbe Accepting request 372858 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/372858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=10
2016-03-18 20:31:18 +00:00
82a95d3c4f Accepting request 372810 from home:tbechtold:branches:devel:languages:python
- update to 0.1.11:
  * Remove logging
  * Add support for , as separator for fractional part
  * Add Python 3.4 and 3.5 to tox test config.
  * Add PyPy 3 to tox test config.
  * Link to documentation at http://pyiso8601.readthedocs.org/

OBS-URL: https://build.opensuse.org/request/show/372810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=13
2016-03-14 15:15:46 +00:00
Stephan Kulow
4fcc8eeaf3 Accepting request 225716 from devel:languages:python
- Update to version 0.1.10
  + Fixes https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses
  + Adds YYYY as a valid date (uses 1 for both month and day)
  + Woo, semantic versioning, .10 at last.
- Changes from version 0.1.9:
  + Lots of fixes tightening up parsing from jdanjou.
  + Release addresses https://bitbucket.org/micktwomey/pyiso8601/issue/13/new-release-based-on-critical-bug-fix
- Run tests again

OBS-URL: https://build.opensuse.org/request/show/225716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=8
2014-03-13 19:43:54 +00:00
Sascha Peilicke
e6067dd288 - Update to version 0.1.10
+ Fixes https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses
  + Adds YYYY as a valid date (uses 1 for both month and day)
  + Woo, semantic versioning, .10 at last.
- Changes from version 0.1.9:
  + Lots of fixes tightening up parsing from jdanjou.
  + Release addresses https://bitbucket.org/micktwomey/pyiso8601/issue/13/new-release-based-on-critical-bug-fix
- Run tests again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=11
2014-03-12 15:21:45 +00:00
Stephan Kulow
6367df2640 Accepting request 222164 from devel:languages:python
- Include in SLE 12 (FATE #316168) (forwarded request 222121 from rjschwei)

OBS-URL: https://build.opensuse.org/request/show/222164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=7
2014-02-26 05:55:00 +00:00
Sascha Peilicke
e628f41f41 Accepting request 222121 from home:rjschwei:branches:devel:languages:python
- Include in SLE 12 (FATE #316168)

OBS-URL: https://build.opensuse.org/request/show/222121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=9
2014-02-13 11:51:29 +00:00
Stephan Kulow
e993800948 Accepting request 204828 from devel:languages:python
- update to 0.1.8:
  * Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C.
  * Fix parsing of microseconds 
  * Correct negative timezone offsets
  * Wow, it's alive! First update since 2007
  * Moved over to https://bitbucket.org/micktwomey/pyiso8601
  * Add support for python 3
  * Switched to py.test and tox for testing
  * Make seconds optional in date format
  * Correctly raise ParseError for more invalid inputs
  * Support more variations of ISO 8601 dates, times and time zone specs.
  * Fix microsecond rounding issues
  * Fix pickling and deepcopy of returned datetime objects
  * Fix timezone offsets without a separator
  * "Z" produces default timezone if one is specified
  * Handle compact date format (forwarded request 204806 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/204828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=6
2013-10-29 08:34:00 +00:00
Denisart Benjamin
0ed07624f5 Accepting request 204806 from home:dirkmueller:branches:devel:languages:python
- update to 0.1.8:
  * Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C.
  * Fix parsing of microseconds 
  * Correct negative timezone offsets
  * Wow, it's alive! First update since 2007
  * Moved over to https://bitbucket.org/micktwomey/pyiso8601
  * Add support for python 3
  * Switched to py.test and tox for testing
  * Make seconds optional in date format
  * Correctly raise ParseError for more invalid inputs
  * Support more variations of ISO 8601 dates, times and time zone specs.
  * Fix microsecond rounding issues
  * Fix pickling and deepcopy of returned datetime objects
  * Fix timezone offsets without a separator
  * "Z" produces default timezone if one is specified
  * Handle compact date format

OBS-URL: https://build.opensuse.org/request/show/204806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=7
2013-10-25 17:07:19 +00:00
Tomáš Chvátal
01d1711bba Accepting request 204580 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=5
2013-10-25 09:19:48 +00:00
Sascha Peilicke
63ce75d6a9 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=5
2013-10-24 11:07:10 +00:00
Stephan Kulow
8c348cc8e8 Accepting request 124416 from devel:languages:python
this is needed for
https://build.opensuse.org/package/show?package=openstack-nova&project=Virtualization%3ACloud%3AOpenStack

OBS-URL: https://build.opensuse.org/request/show/124416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=1
2012-06-12 19:59:18 +00:00
Sascha Peilicke
574827e69a Accepting request 99335 from home:aledr:branches
Regenerate spec file, now build is fixed.

OBS-URL: https://build.opensuse.org/request/show/99335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=3
2012-01-09 10:39:54 +00:00
c651bee4d5 - Fixed Group: Development/Libraries/Python to make it consistent
with other Python packages
- Added copyright notice
- Added .changes file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=2
2010-05-31 07:25:17 +00:00
Peter Nixon
cd37bb51d4 Initial package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=1
2008-09-13 12:40:23 +00:00