Package Release Info

python-configparser-3.7.3-bp151.1.7

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-configparser

Change Logs

* Thu Feb 28 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.7.3:
  * Issue #34: Temporarily degrade to use ASCII for author's name.
  * Repackaged using setuptools_scm for file discovery and other features from `skeleton <https://pypi.org/project/skeleton`_. Fixes #33.
  * Package now unconditionally installs the configparser module.
* Wed Feb 06 2019 Antonio Larrosa <alarrosa@suse.com>
- Update to 3.7.1
  * Fixed issue on Python 2.x when future is present (gh#jaraco/configparser#30)
- Update to 3.7.0
  * Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes paths
    as well as any PathLike object, including those found in the pathlib2
    backport <https://pypi.org/project/pathlib2/>.
- Update to 3.5.3
  * Reverted the limit on DeprecationWarning, as it
    had unintended consequences (gh#jaraco/configparser#27)
- Update to 3.5.2
  * Use environment markers to indicate the 'ordereddict' dependency for
    Python 2.6 (gh#jaraco/configparser#23)
  * Limit DeprecationWarning when a filename is indicated as a bytestring on
    Python 2. Now the warning is only emitted when py3kwarning is indicated
    (gh#jaraco/configparser#24)
- Update to 3.5.1
  * jaraco adopts the package.
  * Moved hosting to GitHub.
  * Updated backports namespace package to conform with other packages sharing
    the namespace (gh#jaraco/configparser#21)
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Fri Mar 23 2018 toddrme2178@gmail.com
- Switch to singlespec package
- Build for python3 < 3.5
- Make structure consistent with other backports packages
Version: 3.5.0-bp150.1.2
* Fri Jul 14 2017 toddrme2178@gmail.com
- Remove backports subpackage. Since configparser is unmaintained,
  this is being moved to the maintained configparser2 package.
* Fri Mar 31 2017 toddrme2178@gmail.com
-  %{python_sitelib}/backports is a namespace package, and so under
  python 2.x it must have a proper
  %{python_sitelib}/backports/__init__.py file.
  python-backports provides this __init__.py to prevent backports
  packages from conflicting.
  Please see the following links for more details:
    https://pypi.python.org/pypi/backports/
    https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
* Thu Mar 30 2017 toddrme2178@gmail.com
- Split backports directory into subpackage to allow the various
  packages that share the backports namespace to avoid conflicts.
* Mon Mar 06 2017 jmatejek@suse.com
- provide python2-configparser to seamlessly support singlespec
- restore "unneeded file" that is actually needed
* Tue Sep 06 2016 mardnh@gmx.de
- initial package, version 3.5.0