perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / deprecation / patches / 03-version.patch
blob36030ba9b54244a94a0da92a24aadaeb18b06d3e
1 https://github.com/briancurtin/deprecation/issues/60
3 --- deprecation-2.1.0/deprecation.py.orig
4 +++ deprecation-2.1.0/deprecation.py
5 @@ -17,7 +17,7 @@
6 from packaging import version
7 from datetime import date
9 -__version__ = "2.0.7"
10 +__version__ = "2.1.0"
12 # This is mostly here so automodule docs are ordered more ideally.
13 __all__ = ["deprecated", "message_location", "fail_if_not_removed",