Skip to content

Commit

Permalink
build: Use rfc3986-validator (non-GPL) instead of rfc3987
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 26, 2022
1 parent 4085ece commit e4cbce1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,14 @@
Changelog
=========

0.0.9 (2022-04-26)
------------------

Changed
~~~~~~~

- Changed dependency from `rfc3987 <https://pypi.org/project/rfc3987/>`__ (GPL) to `rfc3986-validator <https://pypi.org/project/rfc3986-validator/>`__ (MIT).

0.0.8 (2022-03-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -26,7 +26,7 @@
author = "Open Contracting Partnership and Open Data Services Co-operative Limited"

# The short X.Y version
version = "0.0.8"
version = "0.0.9"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='jscc',
version='0.0.8',
version='0.0.9',
author='Open Contracting Partnership and Open Data Services Co-operative Limited',
author_email='data@open-contracting.org',
url='https://github.com/open-contracting/jscc',
Expand All @@ -20,7 +20,7 @@
'jsonschema',
'requests',
'rfc3339-validator',
'rfc3987',
'rfc3986-validator',
],
extras_require={
'test': [
Expand Down

0 comments on commit e4cbce1

Please sign in to comment.