Package Release Info

python-testpath-0.4.4-bp153.1.1

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-testpath
python3-testpath

Change Logs

* Tue Nov 12 2019 Todd R <toddrme2178@gmail.com>
- Update to version 0.4.4
  * Add Python 3.7 and 3.8 on Travis CI
- Update to version 0.4.3
  * Use path-like protocol for path objects where supported
* Sat Apr 06 2019 John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary Windows executables
- Activate test suite
* Thu Oct 11 2018 Todd R <toddrme2178@gmail.com>
- Update to version 0.4.2:
  * Copyright fixes
* Fri Sep 28 2018 Todd R <toddrme2178@gmail.com>
- Update to version 0.4.1:
  * Don't error if we can't clean up command directory
  * Comment test requirement; bug in flit prevents upload with it
- Update to version 0.4.0:
  * Convert dev-requires to 'test' extra requirements
  * Add doc URL
  * Convert flit.ini to pyproject.toml
  * Fix bitness selection for Windows exe
  * Group related operations together
  * Ignore pytest cache dir
  * Separate command dir for each MockCommand
  * Remove python_requires
  * Remove x.y classifiers
  * Add support for Python 3.5-3.6
  * Drop support for EOL Python 3.3
  * correct spelling mistake
  * Document new assertion functions
  * Add support for named pipes and sockets
Version: 0.4.4-1.1
* Tue Nov 12 2019 toddrme2178@gmail.com
- Update to version 0.4.4
  * Add Python 3.7 and 3.8 on Travis CI
- Update to version 0.4.3
  * Use path-like protocol for path objects where supported
* Sat Apr 06 2019 jayvdb@gmail.com
- Remove unnecessary Windows executables
- Activate test suite
* Thu Oct 11 2018 toddrme2178@gmail.com
- Update to version 0.4.2:
  * Copyright fixes
* Fri Sep 28 2018 toddrme2178@gmail.com
- Update to version 0.4.1:
  * Don't error if we can't clean up command directory
  * Comment test requirement; bug in flit prevents upload with it
- Update to version 0.4.0:
  * Convert dev-requires to 'test' extra requirements
  * Add doc URL
  * Convert flit.ini to pyproject.toml
  * Fix bitness selection for Windows exe
  * Group related operations together
  * Ignore pytest cache dir
  * Separate command dir for each MockCommand
  * Remove python_requires
  * Remove x.y classifiers
  * Add support for Python 3.5-3.6
  * Drop support for EOL Python 3.3
  * correct spelling mistake
  * Document new assertion functions
  * Add support for named pipes and sockets
Version: 0.3.1-bp150.2.4
* Thu Jan 18 2018 toddrme2178@gmail.com
- Fix files list
* Thu Nov 02 2017 arun@gmx.de
- changed to tar-ball version
* Sun Oct 22 2017 arun@gmx.de
- update to version 0.3.1:
  * Add dev requirement on pathlib2
  * Use pathlib2 instead of pathlib
  * Convert readthedocs links for their .org -> .io migration for
    hosted projects
* Mon Apr 24 2017 toddrme2178@gmail.com
- Switch to wheel-based install.
- Implement single-spec version.
* Thu Apr 06 2017 toddrme2178@gmail.com
- specfile:
  * update copyright year
  * LICENSE file is now in tar-ball
- update to version 0.3:
  (no changelog available)
* Fri Jan 29 2016 toddrme2178@gmail.com
- Don't use flit (which doesn't work reliably),
  just copy the sources to the right place.
* Wed Oct 14 2015 toddrme2178@gmail.com
- Add LICENSE file from upstream github project.
* Tue Sep 29 2015 toddrme2178@gmail.com
- Initial version