Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-01 | user/py3-future: remove unnecessary LICENSE file | zlg | 1 | -1/+0 | |
2018-11-28 | user/py3-zope-interface: version bump | zlg | 1 | -2/+2 | |
2018-11-28 | user/py3-zope-event: Fix license, version bump | zlg | 1 | -3/+3 | |
2018-11-28 | user/py3-zope-component: version bump, remove empty install= line | zlg | 1 | -3/+2 | |
2018-11-28 | user/py3-urllib3: Add python3 to depends | zlg | 1 | -2/+1 | |
2018-11-28 | user/py3-tz: Add python3 to depends, clean up description | zlg | 1 | -2/+2 | |
2018-11-28 | user/py3-rfc3339: Add python3 to depends | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-requests: Add python3 to depends | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-requests-toolbelt: add python3 to depends | zlg | 1 | -0/+1 | |
2018-11-28 | user/py3-pyyaml: correct URL, remove install= line | zlg | 1 | -2/+1 | |
2018-11-28 | user/py3-pysocks: correct URL, license, style | zlg | 1 | -3/+2 | |
2018-11-28 | user/py3-pbr: Add python3 to deps, update URL | zlg | 1 | -2/+2 | |
2018-11-28 | user/py3-parsedatetime: correct license | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-openssl: Add python3 to deps | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-mock: correct license, add python3 to depends | zlg | 1 | -2/+2 | |
2018-11-28 | user/py3-josepy: Add python3 to deps | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-idna: correct license, deps | zlg | 1 | -2/+2 | |
2018-11-28 | user/py3-cryptography: correct license, add python3 dep | zlg | 1 | -4/+4 | |
Also did a version bump. | |||||
2018-11-28 | user/py3-configobj: spaces -> tabs, correct license | zlg | 1 | -5/+5 | |
2018-11-28 | user/py3-configargparse: remove `|| return 1` line | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-chardet: correct license | zlg | 1 | -1/+1 | |
2018-11-28 | user/py3-certifi: add ca-certificates to depends | zlg | 1 | -4/+4 | |
Additionally updated the homepage to reflect current PyPI URLs and bumped the version. | |||||
2018-11-28 | user/certbot: remove install= line, add python3 to deps per !113 | zlg | 1 | -3/+2 | |
2018-11-21 | user/certbot: new package | zlg | 1 | -0/+45 | |
2018-11-21 | user/py3-pyyaml: new package | zlg | 1 | -0/+33 | |
This one is needed for tests in one or two of the packages in this merge set, but also a good supplement to user/yaml. | |||||
2018-11-21 | user/py3-configargparse: new package | zlg | 2 | -0/+48 | |
2018-11-21 | user/py3-rfc3339: new package | zlg | 1 | -0/+30 | |
2018-11-21 | user/py3-requests-toolbelt: new package | zlg | 1 | -0/+28 | |
2018-11-21 | user/py3-requests: new package | zlg | 1 | -0/+30 | |
2018-11-21 | user/py3-mock: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-tz: new package | zlg | 3 | -0/+67 | |
2018-11-21 | user/py3-pbr: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-josepy: new package | zlg | 1 | -0/+28 | |
2018-11-21 | user/py3-urllib3: new package | zlg | 1 | -0/+31 | |
2018-11-21 | user/py3-chardet: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-certifi: new package | zlg | 2 | -0/+43 | |
2018-11-21 | user/py3-openssl: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-cryptography: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-configobj: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-zope-component: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-pysocks: new package | zlg | 1 | -0/+30 | |
2018-11-21 | user/py3-asn1crypto: new package | zlg | 1 | -0/+33 | |
2018-11-21 | user/py3-idna: new package | zlg | 1 | -0/+34 | |
2018-11-21 | user/py3-zope-interface: new package | zlg | 1 | -0/+32 | |
2018-11-21 | user/py3-parsedatetime: new package | zlg | 1 | -0/+29 | |
2018-11-21 | user/py3-zope-event: new package | zlg | 1 | -0/+33 | |
2018-11-21 | user/py3-future: new package | zlg | 1 | -0/+30 | |
2018-11-21 | user/unrar: remove illegal package | A. Wilcox | 2 | -60/+0 | |
2018-11-21 | Merge branch 'fix-yaml.2018-11-20' into 'master' | A. Wilcox | 3 | -3/+72 | |
system/yaml: Backport emitter fix from v0.2.2-pre1 These patches fix an emitter problem that prevents PyYAML 3.13's test suite from passing. They should not be necessary when libyaml v0.2.2 is released. Patch-Author: James Clarke <jrtc27@jrtc27.com> See-Also: https://github.com/yaml/pyyaml/issues/184 See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709 See merge request !111 | |||||
2018-11-20 | system/yaml: Backport emitter fix from v0.2.2-pre1 | zlg | 3 | -3/+72 | |
These patches fix an emitter problem that prevents PyYAML 3.13's test suite from passing. They should not be necessary when libyaml v0.2.2 is released. Patch-Author: James Clarke <jrtc27@jrtc27.com> See-Also: https://github.com/yaml/pyyaml/issues/184 See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709 |