<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/time/py-dateutil, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-11-05T22:31:42Z</updated>
<entry>
<title>Needs pip</title>
<updated>2022-11-05T22:31:42Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2022-11-05T22:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5b0fbf2e54116702eeafaef5f40702a9c4084154'/>
<id>urn:sha1:5b0fbf2e54116702eeafaef5f40702a9c4084154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: fix == vs. != confusion</title>
<updated>2022-05-12T08:20:36Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-05-12T08:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a8f00aed7b8775fd4c86c4a9a0c29ea795065992'/>
<id>urn:sha1:a8f00aed7b8775fd4c86c4a9a0c29ea795065992</id>
<content type='text'>
Reported by adam</content>
</entry>
<entry>
<title>*: do not use py-freezegun with python 2.7</title>
<updated>2022-05-12T08:05:28Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-05-12T08:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b4bcf959b93ef96ddf088528e4224dddacc9969'/>
<id>urn:sha1:1b4bcf959b93ef96ddf088528e4224dddacc9969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: setuptools_scm: switch to versioned_dependencies</title>
<updated>2022-01-13T19:31:20Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-01-13T19:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=55574083e524aa10c5721e923ee8600cb3fff135'/>
<id>urn:sha1:55574083e524aa10c5721e923ee8600cb3fff135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: bump PKGREVISION for egg.mk users</title>
<updated>2022-01-04T20:53:26Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-01-04T20:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c7c6245bef7e5ca621e710024a67808158545477'/>
<id>urn:sha1:c7c6245bef7e5ca621e710024a67808158545477</id>
<content type='text'>
They now have a tool dependency on py-setuptools instead of a DEPENDS</content>
</entry>
<entry>
<title>time: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T11:24:16Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T11:24:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1623dea72ed1a4ed02e9ed73c7ab2db48c0a7d52'/>
<id>urn:sha1:1623dea72ed1a4ed02e9ed73c7ab2db48c0a7d52</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes</content>
</entry>
<entry>
<title>time: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T15:03:53Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T15:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=700f911091abce01438aeba15c3ee0af17eb1d66'/>
<id>urn:sha1:700f911091abce01438aeba15c3ee0af17eb1d66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py-dateutil: updated to 2.8.2</title>
<updated>2021-07-14T20:27:21Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2021-07-14T20:27:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b18aa069340fc10441b1c003f6274c269a77d49'/>
<id>urn:sha1:0b18aa069340fc10441b1c003f6274c269a77d49</id>
<content type='text'>
Version 2.8.2 (2021-07-08)
==========================

Data updates
------------
- Updated tzdata version to 2021a.

Bugfixes
--------
- Fixed a bug in the parser where non-``ValueError`` exceptions would be raised
  during exception handling; this would happen, for example, if an
  ``IllegalMonthError`` was raised in ``dateutil`` code.
- Fixed the custom ``repr`` for ``dateutil.parser.ParserError``, which was not
  defined due to an indentation error.
- Fixed a bug that caused ``b'`` prefixes to appear in parse_isodate exception
  messages.
- Make ``isoparse`` raise when trying to parse times with inconsistent use of
  `:` separator.
- Fixed ``tz.gettz()`` not returning local time when passed an empty string.

Documentation changes
---------------------
- Rearranged parser documentation into "Functions", "Classes" and "Warnings and
  Exceptions" categories.
- Updated ``parser.parse`` documentation to reflect the switch from
  ``ValueError`` to ``ParserError``.
- Fixed methods in the ``rrule`` module not being displayed in the docs.
- Changed some relative links in the exercise documentation to refer to the
  document locations in the input tree, rather than the generated HTML files in
  the HTML output tree (which presumably will not exist in non-HTML output
  formats).

Misc
----
- Moved ``test_imports.py``, ``test_internals.py`` and ``test_utils.py`` to
  pytest.
- Added project_urls for documentation and source.
- Simplified handling of bytes and bytearray in ``_parser._timelex``.
- Changed the tests against the upstream tz database to always generate fat
  binaries, since until GH-590 and GH-1059 are resolved, "slim" zic binaries
  will cause problems in many zones, causing the tests to fail. This also
  updates ``zoneinfo.rebuild`` to always generate fat binaries.
- Moved sdist and wheel generation to use `python-build`.</content>
</entry>
<entry>
<title>*: use py-hypothesis via versioned_dependencies.mk</title>
<updated>2020-10-06T10:51:21Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2020-10-06T10:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=18284d3b6a6ec8cb3331c6e14571351ff6a4b403'/>
<id>urn:sha1:18284d3b6a6ec8cb3331c6e14571351ff6a4b403</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pytest from versioned depends</title>
<updated>2020-05-18T10:40:11Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2020-05-18T10:40:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=15195eca89c5709814318e9532c99f195f79e211'/>
<id>urn:sha1:15195eca89c5709814318e9532c99f195f79e211</id>
<content type='text'>
</content>
</entry>
</feed>
