Changelog for
python2-atomicwrites-1.4.1-lp153.21.2.noarch.rpm :
* Mon Jul 25 2022 Dirk Müller
- update to 1.4.1:
* package is now unmaintained
* python 3.8 support
* README updates
* Support ppc64le
* Fri Jan 28 2022 Matej Cepl - Rewrite into proper multibuild style.
* Tue May 12 2020 Dirk Mueller - update to 1.4.0:
* Update unsupported python versions
* use fspath to ensure path is str or bytes
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Mar 01 2019 Ondřej Súkup - update to 1.3.0
* Restore ability to use tempfile kwargs other than dir
* Avoid API breakage under Python 2
* Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Wed Jul 18 2018 tchvatalAATTsuse.com- Versionify the provides to make old brp-checks happy
* Sun Jun 10 2018 jengelhAATTinai.de- Drop other-OS mentions from description.
* Thu Jun 07 2018 toddrme2178AATTgmail.com- Create separate -doc subpackage to build docs.- Run tests in -doc subpackage to avoid dependency loop with python-pytest.- Use license tag
* Fri Jun 30 2017 aloisioAATTgmx.com- Converted to single-spec
* Wed Sep 21 2016 arunAATTgmx.de- update to version 1.1.5:
* Fix toxfile (#21)
* Make atomic_write work on paths with no directory separator (#20)
* Fix formatting
* Skip stylecheck under py26
* Add contributing.rst
* Fix tox.ini
* Sun May 08 2016 arunAATTgmx.de- specfile:
* updated source url to files.pythonhosted.org
* Sat Mar 26 2016 arunAATTgmx.de- update to version 1.0.0:
* Fix unintentional exception clobbering when rollback fails
* Remove unused variable (fixes an unused variable warning)
* Update copyright notice
* Fix appveyor build
* Mon Feb 15 2016 arunAATTgmx.de- update to version 0.1.9:
* Fix UnboundLocalError
* Tue Jan 19 2016 sleep_walkerAATTopensuse.org- clean the spec file (not only) with spec-cleaner- fix %check part
* Mon Jan 18 2016 sleep_walkerAATTopensuse.org- let there be python3-atomicwrites