summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28user/py3-zope-interface: version bumpzlg1-2/+2
2018-11-28user/py3-zope-event: Fix license, version bumpzlg1-3/+3
2018-11-28user/py3-zope-component: version bump, remove empty install= linezlg1-3/+2
2018-11-28user/py3-urllib3: Add python3 to dependszlg1-2/+1
2018-11-28user/py3-tz: Add python3 to depends, clean up descriptionzlg1-2/+2
2018-11-28user/py3-rfc3339: Add python3 to dependszlg1-1/+1
2018-11-28user/py3-requests: Add python3 to dependszlg1-1/+1
2018-11-28user/py3-requests-toolbelt: add python3 to dependszlg1-0/+1
2018-11-28user/py3-pyyaml: correct URL, remove install= linezlg1-2/+1
2018-11-28user/py3-pysocks: correct URL, license, stylezlg1-3/+2
2018-11-28user/py3-pbr: Add python3 to deps, update URLzlg1-2/+2
2018-11-28user/py3-parsedatetime: correct licensezlg1-1/+1
2018-11-28user/py3-openssl: Add python3 to depszlg1-1/+1
2018-11-28user/py3-mock: correct license, add python3 to dependszlg1-2/+2
2018-11-28user/py3-josepy: Add python3 to depszlg1-1/+1
2018-11-28user/py3-idna: correct license, depszlg1-2/+2
2018-11-28user/py3-cryptography: correct license, add python3 depzlg1-4/+4
Also did a version bump.
2018-11-28user/py3-configobj: spaces -> tabs, correct licensezlg1-5/+5
2018-11-28user/py3-configargparse: remove `|| return 1` linezlg1-1/+1
2018-11-28user/py3-chardet: correct licensezlg1-1/+1
2018-11-28user/py3-certifi: add ca-certificates to dependszlg1-4/+4
Additionally updated the homepage to reflect current PyPI URLs and bumped the version.
2018-11-28user/certbot: remove install= line, add python3 to deps per !113zlg1-3/+2
2018-11-21user/certbot: new packagezlg1-0/+45
2018-11-21user/py3-pyyaml: new packagezlg1-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-21user/py3-configargparse: new packagezlg2-0/+48
2018-11-21user/py3-rfc3339: new packagezlg1-0/+30
2018-11-21user/py3-requests-toolbelt: new packagezlg1-0/+28
2018-11-21user/py3-requests: new packagezlg1-0/+30
2018-11-21user/py3-mock: new packagezlg1-0/+29
2018-11-21user/py3-tz: new packagezlg3-0/+67
2018-11-21user/py3-pbr: new packagezlg1-0/+29
2018-11-21user/py3-josepy: new packagezlg1-0/+28
2018-11-21user/py3-urllib3: new packagezlg1-0/+31
2018-11-21user/py3-chardet: new packagezlg1-0/+29
2018-11-21user/py3-certifi: new packagezlg2-0/+43
2018-11-21user/py3-openssl: new packagezlg1-0/+29
2018-11-21user/py3-cryptography: new packagezlg1-0/+29
2018-11-21user/py3-configobj: new packagezlg1-0/+29
2018-11-21user/py3-zope-component: new packagezlg1-0/+29
2018-11-21user/py3-pysocks: new packagezlg1-0/+30
2018-11-21user/py3-asn1crypto: new packagezlg1-0/+33
2018-11-21user/py3-idna: new packagezlg1-0/+34
2018-11-21user/py3-zope-interface: new packagezlg1-0/+32
2018-11-21user/py3-parsedatetime: new packagezlg1-0/+29
2018-11-21user/py3-zope-event: new packagezlg1-0/+33
2018-11-21user/py3-future: new packagezlg1-0/+30
2018-11-21user/unrar: remove illegal packageA. Wilcox2-60/+0
2018-11-21Merge branch 'fix-yaml.2018-11-20' into 'master' A. Wilcox3-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-20system/yaml: Backport emitter fix from v0.2.2-pre1zlg3-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
2018-11-20Merge branch 'add-keychain' into 'master' A. Wilcox1-0/+29
user/keychain: new package Keychain is a set of shell scripts (edited by a Perl script) that automates the handling of OpenSSH, OpenPGP, and other security keys. Given that it's a shell script, I did not include dependencies on OpenSSH or GnuPG since it can be used with one, the other, both, or one of the more exotic options. Its behavior is completely dependent on the user telling it what to use. See merge request !109