Skip to content
Snippets Groups Projects
Unverified Commit cd82228c authored by iarspider's avatar iarspider Committed by GitHub
Browse files

py-multiprocess: add new version (0.70.9) and dependencies (#15710)

* py-multiprocess: add new version (0.70.9) and dependencies

* Add new version of py-dill

* Update package.py

* Update package.py
parent f4008093
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ class PyDill(PythonPackage): ...@@ -12,6 +12,7 @@ class PyDill(PythonPackage):
homepage = "https://github.com/uqfoundation/dill" homepage = "https://github.com/uqfoundation/dill"
url = "https://pypi.io/packages/source/d/dill/dill-0.2.7.tar.gz" url = "https://pypi.io/packages/source/d/dill/dill-0.2.7.tar.gz"
version('0.3.1', sha256='d3ddddf2806a7bc9858b20c02dc174396795545e9d62f243b34481fd26eb3e2c')
version('0.2.9', sha256='f6d6046f9f9195206063dd0415dff185ad593d6ee8b0e67f12597c0f4df4986f') version('0.2.9', sha256='f6d6046f9f9195206063dd0415dff185ad593d6ee8b0e67f12597c0f4df4986f')
version('0.2.7', sha256='ddda0107e68e4eb1772a9f434f62a513c080c7171bd0dd6fb65d992788509812') version('0.2.7', sha256='ddda0107e68e4eb1772a9f434f62a513c080c7171bd0dd6fb65d992788509812')
version('0.2.6', sha256='6c1ccca68be483fa8c66e85a89ffc850206c26373aa77a97b83d8d0994e7f1fd') version('0.2.6', sha256='6c1ccca68be483fa8c66e85a89ffc850206c26373aa77a97b83d8d0994e7f1fd')
...@@ -23,6 +24,7 @@ class PyDill(PythonPackage): ...@@ -23,6 +24,7 @@ class PyDill(PythonPackage):
version('0.2', sha256='aba8d4c81c4136310e6ce333bd6f4f3ea2d53bd367e2f69c864428f260c0308c') version('0.2', sha256='aba8d4c81c4136310e6ce333bd6f4f3ea2d53bd367e2f69c864428f260c0308c')
depends_on('python@2.5:2.8,3.1:', type=('build', 'run')) depends_on('python@2.5:2.8,3.1:', type=('build', 'run'))
depends_on('python@2.6:2.8,3.1:', type=('build', 'run'), when='@0.3.0:')
depends_on('py-setuptools@0.6:', type='build') depends_on('py-setuptools@0.6:', type='build')
......
...@@ -12,15 +12,17 @@ class PyMultiprocess(PythonPackage): ...@@ -12,15 +12,17 @@ class PyMultiprocess(PythonPackage):
homepage = "https://github.com/uqfoundation/multiprocess" homepage = "https://github.com/uqfoundation/multiprocess"
url = "https://pypi.io/packages/source/m/multiprocess/multiprocess-0.70.5.zip" url = "https://pypi.io/packages/source/m/multiprocess/multiprocess-0.70.5.zip"
version('0.70.9', sha256='9fd5bd990132da77e73dec6e9613408602a4612e1d73caf2e2b813d2b61508e5')
version('0.70.7', sha256='3394f1fbd0d87112690a877e49eb7917d851ee8d822294d522dd4deae12febdb') version('0.70.7', sha256='3394f1fbd0d87112690a877e49eb7917d851ee8d822294d522dd4deae12febdb')
version('0.70.5', sha256='c4c196f3c4561dc1d78139c3e73709906a222d2fc166ef3eef895d8623df7267') version('0.70.5', sha256='c4c196f3c4561dc1d78139c3e73709906a222d2fc166ef3eef895d8623df7267')
version('0.70.4', sha256='a692c6dc8392c25b29391abb58a9fbdc1ac38bca73c6f27d787774201e68e12c') version('0.70.4', sha256='a692c6dc8392c25b29391abb58a9fbdc1ac38bca73c6f27d787774201e68e12c')
depends_on('python@2.6:2.8,3.1:') depends_on('python@2.5:2.8,3.1:', type=('build', 'run'))
depends_on('py-setuptools@0.6:', type='build') depends_on('py-setuptools@0.6:', type='build')
depends_on('py-dill@0.2.6:', type=('build', 'run')) depends_on('py-dill@0.2.6:', type=('build', 'run'))
depends_on('py-dill@0.2.9:', type=('build', 'run'), when='@0.70.7:') depends_on('py-dill@0.2.9:', type=('build', 'run'), when='@0.70.7:')
depends_on('py-dill@0.3.1:', type=('build', 'run'), when='@0.70.9:')
def url_for_version(self, version): def url_for_version(self, version):
url = self.url.rsplit('/', 1)[0] url = self.url.rsplit('/', 1)[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment