py-decorator: Add version 5.0.9 and 5.10. (#26500)
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
This commit is contained in:
parent
0c02f6c36d
commit
199bd9f8f8
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ class PyDecorator(PythonPackage):
|
||||||
various non-trivial examples."""
|
various non-trivial examples."""
|
||||||
|
|
||||||
homepage = "https://github.com/micheles/decorator"
|
homepage = "https://github.com/micheles/decorator"
|
||||||
pypi = "decorator/decorator-4.4.2.tar.gz"
|
pypi = "decorator/decorator-5.1.0.tar.gz"
|
||||||
|
|
||||||
|
version('5.1.0', sha256='e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7')
|
||||||
|
version('5.0.9', sha256='72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21319ed5')
|
||||||
version('4.4.2', sha256='e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7')
|
version('4.4.2', sha256='e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7')
|
||||||
version('4.4.0', sha256='86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de')
|
version('4.4.0', sha256='86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de')
|
||||||
version('4.3.2', sha256='33cd704aea07b4c28b3eb2c97d288a06918275dac0ecebdaf1bc8a48d98adb9e')
|
version('4.3.2', sha256='33cd704aea07b4c28b3eb2c97d288a06918275dac0ecebdaf1bc8a48d98adb9e')
|
||||||
|
|
Loading…
Reference in a new issue