Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-iso8601-1.1.0-slfo.1.1.4 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python311-iso8601 Distribution: SUSE Linux Framework One
Version: 1.1.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.4 Build date: Mon Aug 26 11:29:27 2024
Group: Development/Languages/Python Build host: h04-ch1c
Size: 64443 Source RPM: python-iso8601-1.1.0-slfo.1.1.4.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/micktwomey/pyiso8601
Summary: Python module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings (e.g.
2007-01-14T20:34:22+00:00) into datetime objects.

Provides

Requires

License

MIT

Changelog

* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Wed Jan 04 2023 dmueller@suse.com
  - update to 1.1.0:
    * raise ParseError if we get an exception on is_iso8601()
    * Add is_iso8601() function
    * Update license years
* Sun Dec 12 2021 code@bnavigator.de
  - Explicitly require test depenendency pytz (it's only optional in
    hypothesis[pytz])
* Mon Dec 06 2021 dmueller@suse.com
  - 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
* Sun Aug 01 2021 dmueller@suse.com
  - update to 0.1.16:
    * Include `docs/` into sdist tarball
    * Include .pyi files in built wheels and source tarballs
* Thu Feb 18 2021 dmueller@suse.com
  - 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)
* Mon Sep 28 2020 dmueller@suse.com
  - 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
* Fri Dec 20 2019 dmueller@suse.com
  - update to 0.1.12:
    * Fix class reference for iso8601.Utc in module docstring
* Fri Mar 29 2019 tchvatal@suse.com
  - 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)
* Fri Mar 29 2019 tchvatal@suse.com
  - Download the sources from pypi and run fdupes
* Tue Jan 08 2019 jengelh@inai.de
  - Update descriptions.
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Fri Nov 10 2017 arun@gmx.de
  - update to version 0.1.12:
    * Fix class reference for iso8601.Utc in module docstring (thanks to
      felixschwarz in
      https://bitbucket.org/micktwomey/pyiso8601/pull-requests/7/fix-class-reference-for-iso8601utc-in/diff)
* Thu Mar 16 2017 tbechtold@suse.com
  - Switch to singlespec approach
* Mon Mar 14 2016 tbechtold@suse.com
  - 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/
* Wed Mar 12 2014 speilicke@suse.com
  - 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
* Thu Feb 13 2014 rschweikert@suse.com
  - Include in SLE 12 (FATE #316168)
* Fri Oct 25 2013 dmueller@suse.com
  - 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
* Thu Oct 24 2013 speilicke@suse.com
  - Require python-setuptools instead of distribute (upstreams merged)
* Sat Jan 07 2012 alexandre@exatati.com.br
  - Regenerate spec file with py2pack;
  - Now build as noarch;
  - Bzip2 source file.
* Mon May 31 2010 toms@suse.de
  - Fixed Group: Development/Libraries/Python to make it consistent
    with other Python packages
  - Added copyright notice
  - Added .changes file

Files

/usr/lib/python3.11/site-packages/iso8601
/usr/lib/python3.11/site-packages/iso8601-1.1.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/iso8601-1.1.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/iso8601-1.1.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/iso8601-1.1.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/iso8601-1.1.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/iso8601/__init__.py
/usr/lib/python3.11/site-packages/iso8601/__pycache__
/usr/lib/python3.11/site-packages/iso8601/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/iso8601/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/iso8601/__pycache__/iso8601.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/iso8601/__pycache__/iso8601.cpython-311.pyc
/usr/lib/python3.11/site-packages/iso8601/__pycache__/test_iso8601.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/iso8601/__pycache__/test_iso8601.cpython-311.pyc
/usr/lib/python3.11/site-packages/iso8601/iso8601.py
/usr/lib/python3.11/site-packages/iso8601/py.typed
/usr/lib/python3.11/site-packages/iso8601/test_iso8601.py
/usr/share/doc/packages/python311-iso8601
/usr/share/doc/packages/python311-iso8601/README.rst
/usr/share/licenses/python311-iso8601
/usr/share/licenses/python311-iso8601/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Nov 9 00:03:33 2024