- Fix %check to run the tests from GitHub tarball, and use integration-tests-invocation.patch to invoke pycodestyle using sys.executable, and do not install and uninstall pip during tests. - Fix line endings and remove hashbangs - Update to v3.0.0, including support for Python 3.7 OBS-URL: https://build.opensuse.org/request/show/681588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=9
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
Mon Mar 3 15:20:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Fix %check to run the tests from GitHub tarball, and use
|
|
integration-tests-invocation.patch to invoke pycodestyle using
|
|
sys.executable, and do not install and uninstall pip during tests.
|
|
- Fix line endings and remove hashbangs
|
|
- Update to v3.0.0
|
|
+ Major Updates
|
|
* Support for Python 3.3 has been dropped
|
|
* Added support for Python 3.7
|
|
+ New features
|
|
* Violations are now reported on the line where the docstring starts, not
|
|
the line of the def/class it corresponds to
|
|
* Updated description of pep257 and numpy conventions
|
|
* __all__ parsing is now done on a best-effort basis - if __all__ can't
|
|
be statically determined, it will be ignored
|
|
+ Bug Fixes
|
|
* Fixed a false-positive recognition of section names causing D405 to be
|
|
reported
|
|
* Fixed a bug where functions that don't end with a newline will sometimes
|
|
raise an exception
|
|
- Set six minimum version to v1.10.0
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 1 11:13:40 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
- don't run tests, if they're disabled from build conditional
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:52:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 7 16:09:18 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Add missing dependency.
|
|
- Attempt to import as a basic test.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 9 23:48:17 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Use license tag
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 10:47:05 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Update to version 2.1.1
|
|
- singlespec version
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 7 15:50:50 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|
|
|