File python-stsci.distutils.changes of Package python-stsci.distutils
-------------------------------------------------------------------
Thu Sep 11 09:13:14 UTC 2014 - toddrme2178@gmail.com
- Update to 0.3.7 (2013-12-23)
* Avoid using Popen.stdout directly in the version.py SVN
revision auto-update script to avoid possible
ResourceWarnings on Python >= 3.2.
See https://github.com/spacetelescope/PyFITS/issues/45
- Update to 0.3.6 (2013-11-21)
* Fixed a syntax error in Python 3 that was introduced in
0.3.5. This could occur very early in the setup such
that it bailed before even 2to3 could run on the rest of
the package.
- Update to 0.3.5 (2013-11-18)
* Fixed an obscure issue that could occur when trying to
install with easy_install on Python 2 systems that have
lib2to3 installed but have never used it.
-------------------------------------------------------------------
Sun Nov 17 18:38:14 UTC 2013 - p.drouand@gmail.com
- Update to version 0.3.4
+ Updated the check for ``__loader__`` added in v0.3.3 to only perform
that check on Python >= 3.3, since the issue doesn't apply to older
Python versions.
- Changes from 0.3.3
+ Updated the import-time SVN revision update mechanism in the ``version.py``
module generated by the ``version_setup_hook`` to avoid running when not in
a dev version of the package. This saves time on importing released
packages when installed on users' systems.
+ Added a workaround to a bug on Python 3.3 that could cause stsci.distutils
to crash during installation.
- LICENSE file in not available anymore in tarball
-------------------------------------------------------------------
Thu Oct 24 11:15:29 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Thu Sep 19 12:34:23 UTC 2013 - speilicke@suse.com
- Drop useless requires on python-numpy-doc
-------------------------------------------------------------------
Mon Jun 17 13:41:18 UTC 2013 - speilicke@suse.com
- Huge cleanup
-------------------------------------------------------------------
Fri May 10 19:43:51 UTC 2013 - matwey.kornilov@gmail.com
- Add Obsoletes:/Provides:
-------------------------------------------------------------------
Thu May 9 10:00:28 UTC 2013 - matwey.kornilov@gmail.com
- update to 0.3.2
-------------------------------------------------------------------
Mon Jun 25 19:00:27 UTC 2012 - scorot@free.fr
- update summary and description
-------------------------------------------------------------------
Sun Jun 24 18:56:01 UTC 2012 - scorot@free.fr
- fix Url and Source link
-------------------------------------------------------------------
Sun Jun 24 18:11:59 UTC 2012 - scorot@free.fr
- first package