2019-05-07 07:15:38 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-configparser: updated to 3.7.4
3.7.4
* Project is now officially supported through Tidelift
|
2019-02-24 21:25:49 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-configparser: updated to 3.7.3
3.7.3
* Temporarily degrade to use ASCII for author's name.
3.7.2
(also released as 3.8.0)
* Repackaged using setuptools_scm for file discovery and other features
from skeleton <https://pypi.org/project/skeleton_.
* Package now unconditionally installs the configparser module.
Doing so allowed for the project to release a universal wheel for
Python 2 and Python 3. Even though the configparser module is
installed unconditionally on Python 3, it's expected that it will be
masked in that environment by the module in stdlib, so the same
interface applies.
3.7.1
* Fixed issue on Python 2.x when future is present.
3.7.0
* Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes
paths as well as any
PathLike <https://docs.python.org/3/library/os.html#os.PathLike>_
object, including those found in the pathlib2 backport.
|
2019-01-25 13:26:20 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-configparser: updated to 3.5.2
3.5.2
Issue 23: Use environment markers to indicate the ‘ordereddict’ dependency \
for Python 2.6.
Issue 24: Limit DeprecationWarning when a filename is indicated as a bytestring \
on Python 2. Now the warning is only emitted when py3kwarning is indicated.
|
2019-01-24 14:04:50 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-configparser: updated to 3.5.1
3.5.1
jaraco adopts the package.
Moved hosting to GitHub.
Updated backports namespace package to conform with other packages sharing the \
namespace.
|
2018-12-05 16:51:31 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-configparser: add python to CATEGORIES; sort PLIST
|
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message:
Follow some redirects.
|
2017-02-28 21:51:28 by Filip Hajny | Files touched by this commit (4) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Import configparser 3.5.0 as devel/py-configparser.
This library brings the updated configparser from Python 3.5 to
Python 2.6-3.5. The ancient ConfigParser module available in
the standard library 2.x has seen a major update in Python 3.2.
|