summaryrefslogtreecommitdiff
path: root/open-source-lorries/python-packages.lorry
Commit message (Collapse)AuthorAgeFilesLines
* Mark Python singledispatch module as obsoletebwh/bitbucket-migrationBen Hutchings2020-09-091-1/+2
| | | | | singledispatch is part of the standard library in all supported Python versions, and its repository on Bitbucket is no longer available.
* Disable mirroring of Python tempita packageBen Hutchings2020-09-091-4/+0
| | | | | Tempita has not been updated since 2013, and its repository on Bitbucket is no longer available.
* Disable mirroring of Python suds packageBen Hutchings2020-09-091-4/+0
| | | | | | | The original suds package has not been updated since about 2012, and its repository on Bitbucket is no longer available. There are some live forks of it but it's not clear which one we should treat as the successor.
* Disable mirroring of PyPI softwareBen Hutchings2020-09-091-4/+0
| | | | | | | | | We were mirroring PyPI from Bitbucket under the name "python-packages/decorator". This was added by commit 7ce9a738a726 "Lorry OpenStack dependencies." and seems to have been a mistake. We mirror the actual Python decorator package as "python-packages/python-decorator".
* Disable mirroring of Python anyjson packageBen Hutchings2020-09-091-4/+0
| | | | | anyjson has not been updated since 2012, and its repository on Bitbucket is no longer available.
* Update mirroring of Python pyeclib packageBen Hutchings2020-09-091-1/+1
| | | | PyEClib moved from Bitbucket to opendev.org.
* Update mirroring of wheelBen Hutchings2020-09-091-1/+6
| | | | | | wheel moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python trollius packageBen Hutchings2020-09-091-1/+6
| | | | | | Trollius moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python tox packageBen Hutchings2020-09-091-1/+6
| | | | | | tox moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of SphinxBen Hutchings2020-09-091-1/+6
| | | | | | Sphinx moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python smartypants packageBen Hutchings2020-09-091-1/+6
| | | | | | smartypants moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python ruamel.* packagesBen Hutchings2020-09-091-3/+3
| | | | These moved from Bitbucket to Sourceforge(!).
* Update mirroring of Python rsa packageBen Hutchings2020-09-091-1/+6
| | | | | Python-RSA moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror.
* Update mirroring of Python pygments packageBen Hutchings2020-09-091-1/+6
| | | | | | Pygments moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python yoyo packageBen Hutchings2020-09-091-1/+1
| | | | Yoyo-migrations moved from Bitbucket to sr.ht.
* Update mirroring of Python paste and paste.deploy packagesBen Hutchings2020-09-091-2/+12
| | | | | | Paste moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete.
* Update mirroring of Python netifaces packageBen Hutchings2020-09-091-1/+6
| | | | | | netifaces moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python logutils packageBen Hutchings2020-09-091-0/+5
| | | | | | logutils is still on Bitbucket, but has switched from Mercurial to Git. Use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python logilab.common packageBen Hutchings2020-09-091-1/+1
| | | | logilab-common moved from Bitbucket to logilab.org.
* Update mirroring of Python defusedxml packageBen Hutchings2020-09-091-1/+6
| | | | | | defusedxml moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python cmd2 packageBen Hutchings2020-09-091-1/+6
| | | | | | cmd2 moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python cffi packageBen Hutchings2020-09-091-1/+1
| | | | cffi moved from Bitbucket to Heptapod.
* Update mirroring of Python astroid and pylint packagesBen Hutchings2020-09-091-2/+12
| | | | | | Astroid.py and Pylint moved from Bitbucket to the PyCQA organisation on GitHub. Since they switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete.
* Update mirroring of Python apscheduler packageBen Hutchings2020-09-091-1/+1
| | | | apscheduler moved from Bitbucket to GitHub.
* Update mirroring of Python alembic, dogpile.cache, and mako packagesBen Hutchings2020-09-091-3/+3
| | | | | These are still available on Bitbucket, but their canonical repositories are now in the sqlalchemy organisation on GitHub.
* Update mirroring of Python mox packageBen Hutchings2020-09-091-1/+2
| | | | | | | | mox has not been updated since 2012, and its repository on Google Code is no longer available. There is a mox3 package for Python 3 that we already mirror. Mark the old mirror as obsolete, pointing to the mirror of mox3.
* Mark several Python package mirrors as obsoleteBen Hutchings2020-09-091-2/+4
| | | | | | | | | | | | | | These Python packages all moved from Google Code to GitHub: * argparse: https://github.com/ThomasWaldmann/argparse.git * pythonfutures: https://github.com/agronholm/pythonfutures.git * mock: https://github.com/testing-cabal/mock.git Mirroring the GitHub repositories would require new mirror names, since they converted from Mercurial to Git. As these packages are all part of the standard library in all supported Python versions, I don't think it's worth doing that. Mark the existing mirrors as obsolete instead.
* Update mirroring of Python ipaddr packageBen Hutchings2020-09-091-1/+1
| | | | ipaddr-py moved from Google Code to GitHub.
* Update mirroring of Python bcrypt packageBen Hutchings2020-09-091-1/+6
| | | | | | py-bcrypt moved from Google Code to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python passlib packageBen Hutchings2020-09-091-1/+1
| | | | passlib moved from Google Code to Bitbucket, and then to Heptapod.
* Update mirroring of Python decorator packageBen Hutchings2020-09-091-0/+4
| | | | | | | | | | We previously mirrored Michele Simionato's repository of papers on Google Code, which appears to have been the canonical location for his decorator package. The decorator package now has its own repository on GitHub; mirror that instead (as well as the tarball from PyPI). Mark the old mirror as obsolete.
* Update OpenStack urlsbenbrown/openstack-sedBen Brown2020-08-231-3/+3
| | | | | | | | | | | While updating the generate-openstack.lorry.py script would likely be best for ongoing mirroring of the relevant OpenStack repositories, for now simply `sed`ing is easier. Updated a few paths via checking redirection warnings from `git ls-remote`. Closes #13.
* python-packages/pyasn1: Disable CVS entry.Rob J. Heywood2020-08-181-5/+0
| | | | This change disables the pyasn1 entry in python-packages.
* python-packages/pyans1: switch to gitRob J. Heywood2020-08-181-0/+4
| | | | | This change adds an entry to python-packages to sync pyans1 using git.
* python-packages/pysnmp: Disable CVS entry.Rob J. Heywood2020-08-181-5/+0
| | | | This change disables the pysnmp entry in python-packages.
* python-packages/pysnmp: switch to gitRob J. Heywood2020-08-181-0/+4
| | | | | This change adds a new entry in python-packages to sync pysnmp using GIT.
* Add 'wheel' Python packagesam/add-wheelSam Thursfield2017-06-291-0/+4
| | | | This is a build-time dependency of the ruamel.std.argparse package.
* Add 'blessings' Python packagesam/add-blessingsSam Thursfield2017-06-291-0/+4
| | | | This is another dependency of BuildStream which I forgot about.
* Add BuildStream and its dependenciesSam Thursfield2017-06-281-0/+28
|
* Add yoyo's dependencies to python-packagesBen Brown2016-06-221-0/+8
| | | | Change-Id: I4ab0dd566f68ae6c72118cacf65c6e59e3ca88cc
* Add yoyo to python-packagesBen Brown2016-06-171-0/+4
| | | | Change-Id: Idc374da5bd3208679440b1b14f41e33b522f33c9
* Add python-gitlab to python-packagesBen Brown2016-04-181-0/+4
| | | | | | python-gitlab is a wrapper for the GitLab API. Change-Id: If8bd0127defce1f172f0297223412931457e1557
* Add python-systemd lorryPedro Alvarez2016-03-021-0/+4
| | | | Change-Id: I942677625588a002fa4543c133df15bd4c799ddf
* Adding python isodate to python-packages lorry fileTristan Van Berkom2015-12-191-0/+4
| | | | Change-Id: I90bd2ee5e70a370416630e19966065d9b01713b1
* Fix ruamel.yaml lorry (had wrong URL)Sam Thursfield2015-07-161-1/+1
| | | | Change-Id: Iddd6b1c631100bcd509bb08de28620cb2cacd322
* Lorry RDFLibSam Thursfield2015-07-091-0/+4
| | | | | | | | | | | This is a Python library for working with data according to the W3C standard Resource Description Framework (RDF). I am currently looking at formally describing the Baserock data model, and it is handy to be able to write Python tools using RDFLib as part of this. Change-Id: I307d89a14f38e2a416accbe8b805e64f2af5f6af
* Lorry appdirsTiago Gomes2015-06-191-0/+4
| | | | | | It is required by os-client-config Change-Id: I6130c94911a427e92fa4253a3002990bdd6828e0
* Add tablibTiago Gomes2015-06-181-0/+4
| | | | Change-Id: I8e832e3cfd15eeb0b67316c449d5f91963af8313
* Lorry the OpenStack unified CLI client and its dependencyTiago Gomes2015-06-181-0/+4
| | | | Change-Id: I87b872419d5645263f9ed28d140785331c6aff16
* Add lorries for rdiff-backup.Michael Drake2015-06-171-0/+5
| | | | Change-Id: Icd1582a5b912c4043a1138767bb42cb25e8207bd