14
0

Accepting request 515843 from home:tbechtold:branches:devel:languages:python

- update to 1.1.0:
  * Bump version to 1.1.0
  * Fix theme setting for documentation
  * Exclude solitary line from coverage
  * Note the version we added Validator in
  * Fix documentation builds on RTD
  * Add check_validity_of to vaildator docs
  * Add some chars (!, =, etc) as allowed to the userinfo part of authority
  * Add release notes for v1.1.0
  * Add a separate testcase for special chars in userinfo and revert changes to other tests
  * Add validation to eliminate URIReference.is_valid
  * Add deprecation notices to old URIReference methods
  * Make tests fail: add "%20!=" part to userinfo which is allowed as per RFC3986
- Convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/515843
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=7
This commit is contained in:
2017-08-10 07:28:40 +00:00
committed by Git OBS Bridge
parent 869d161f9d
commit 9c656c486e
4 changed files with 32 additions and 14 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 10 07:22:30 UTC 2017 - tbechtold@suse.com
- update to 1.1.0:
* Bump version to 1.1.0
* Fix theme setting for documentation
* Exclude solitary line from coverage
* Note the version we added Validator in
* Fix documentation builds on RTD
* Add check_validity_of to vaildator docs
* Add some chars (!, =, etc) as allowed to the userinfo part of authority
* Add release notes for v1.1.0
* Add a separate testcase for special chars in userinfo and revert changes to other tests
* Add validation to eliminate URIReference.is_valid
* Add deprecation notices to old URIReference methods
* Make tests fail: add "%20!=" part to userinfo which is allowed as per RFC3986
- Convert to singlespec
-------------------------------------------------------------------
Sat Jun 10 07:55:28 UTC 2017 - dmueller@suse.com