14
0

24 Commits

Author SHA256 Message Date
e597e99d58 - 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
1dcdf00091 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
9ce19362aa - 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
7c8fd186ea 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
c7fffa3bc2 - 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
9d2ea9e30c - 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
5514c5beda - 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
46aa36f8db - 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
480962639c - 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
Tomáš Chvátal
6a73b0b1b1 - 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
923c34fcc9 - 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
Tomáš Chvátal
6220a00c06 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
8736d06688 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
a07fa7b9eb 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
8d04f91bc2 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
eb1fb20400 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
0390ec7f06 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
Sascha Peilicke
926ecc012f - 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
Sascha Peilicke
b8875ff51b 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
Denisart Benjamin
49f197afe0 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
Sascha Peilicke
61951df4c0 - 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
Sascha Peilicke
7cfb9ddd90 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
8f6dc5dabd - 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
8fb2dbaeed 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