Skip to content

Commit

Permalink
Downgrade importlib-metadata to version 4.2.0
Browse files Browse the repository at this point in the history
This is required to be able to update the dev tools to their latest environment.
  • Loading branch information
h3llrais3r committed Nov 13, 2021
1 parent 414abe8 commit f2cd66c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .build/generated/requirements-deptree.md
Expand Up @@ -69,7 +69,7 @@ imdbpie 5.6.4.dev0 Python IMDB client using the IMDB json web service made avail
| `-- urllib3 >=1.21.1,<1.27
|-- six >=1.0.0
`-- trans >=2.1.0
importlib-metadata 4.8.1 Read metadata from Python packages
importlib-metadata 4.2.0 Read metadata from Python packages
|-- typing-extensions >=3.6.4
`-- zipp >=0.5
jsonpickle 2.0.0 Python library for serializing any arbitrary object graph into JSON
Expand Down
12 changes: 6 additions & 6 deletions .build/generated/requirements-imported.md
Expand Up @@ -46,12 +46,12 @@ enzyme == 0.4.1
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\notifiers\growl.py: 5
gntp == 1.0.3
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 593
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 617
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\fileprocessor.py: 7
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\parsers\guessit\__init__.py: 3
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\parsers\guessit\rules.py: 3,4,5
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\providers\addic7ed_custom.py: 9
guessit == 3.3.1
guessit == 3.4.2
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\core\movie.py: 7
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\indexer.py: 9,10,11
Expand All @@ -60,7 +60,7 @@ imdbpie == 5.6.4.dev0
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\util\json.py: 4
jsonpickle == 2.0.0
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 662,663
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 686,687
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\util\filesystem.py: 9
langdetect == 1.0.9
Expand All @@ -77,7 +77,7 @@ python_dateutil == 2.8.2
python_twitter == 3.5
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\parsers\guessit\rules.py: 8
rebulk == 3.0.1
rebulk == 3.1.0
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\core\cache.py: 8
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\notifiers\prowl.py: 5
Expand All @@ -95,10 +95,10 @@ requests_oauthlib == 1.3.0
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\core\websocket.py: 8
schema == 0.7.4
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 4
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 5
setuptools == 58.5.3
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 630
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\__init__.py: 654
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\providers\addic7ed_custom.py: 17,18
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\providers\exceptions.py: 3
# C:\Tools\GitHub\Auto-Subliminal\autosubliminal\providers\pitcher.py: 11
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements.md
Expand Up @@ -29,7 +29,7 @@ guessit==3.4.2
html5lib==1.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
imdbpie @ git+https://github.com/h3llrais3r/imdb-pie.git@75c300af1bf87c49baef09f17002a3e35b0ed3cc
importlib-metadata==4.8.1; python_version < "3.8" and python_version >= "3.6" or python_version < "3.8"
importlib-metadata==4.2.0; python_version < "3.8" and python_version >= "3.6" or python_version < "3.8"
importlib-resources==5.4.0; python_version >= "3.6" and python_version < "3.9"
jaraco.classes==3.2.1; python_version >= "3.6"
jaraco.collections==3.4.0; python_version >= "3.6"
Expand Down
63 changes: 23 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Expand Up @@ -40,7 +40,7 @@ gntp = "1.0.3"
guessit = "3.4.2"
html5lib = "1.1"
imdbpie = { git = "https://github.com/h3llrais3r/imdb-pie.git", rev = "75c300af1bf87c49baef09f17002a3e35b0ed3cc" }
importlib-metadata = { version = "4.8.1", markers = "python_version < '3.8'" }
importlib-metadata = { version = "4.2.0", markers = "python_version < '3.8'" }
jsonpickle = "2.0.0"
langdetect = "1.0.9"
pysrt = "1.1.2"
Expand All @@ -64,14 +64,13 @@ ws4py = "0.5.1"
coverage = "6.1.2"
coveralls = "3.3.1"
pytest = "6.2.5"
pytest-flake8 = "1.0.7"
pytest-mock = "3.6.1"
requests-mock = "1.9.3"
vcrpy = "4.1.1"

# Tooling
autopep8 = "1.5.7"
flake8 = "3.9.2"
autopep8 = "1.6.0"
flake8 = "4.0.1"
isort = "5.8.0"
pigar = "0.10.0"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -24,7 +24,7 @@ guessit==3.4.2
html5lib==1.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
imdbpie @ git+https://github.com/h3llrais3r/imdb-pie.git@75c300af1bf87c49baef09f17002a3e35b0ed3cc
importlib-metadata==4.8.1; python_version < "3.8" and python_version >= "3.6" or python_version < "3.8"
importlib-metadata==4.2.0; python_version < "3.8" and python_version >= "3.6" or python_version < "3.8"
importlib-resources==5.4.0; python_version >= "3.6" and python_version < "3.9"
jaraco.classes==3.2.1; python_version >= "3.6"
jaraco.collections==3.4.0; python_version >= "3.6"
Expand Down

0 comments on commit f2cd66c

Please sign in to comment.