Commit Graph

967 Commits (cc959c755d10cc8b49a21432876a4b51f86016cd)

Author SHA1 Message Date
Isis Lovecruft 291a51c815
Merge branch 'release/1.1.5' 2013-07-02 11:26:06 +00:00
Isis Lovecruft 22b88ec71e
Remove unused function get_current_dir() from setup.py. 2013-07-02 11:22:03 +00:00
Isis Lovecruft d66340fd15
Update author contact info and package urls. 2013-07-02 11:21:25 +00:00
Isis Lovecruft bc2acabe55
Call the requirement.txt file from the current directory, not maintainer dir. 2013-07-02 11:19:52 +00:00
Isis Lovecruft 3cf4f13325
Merge branch 'master' into develop 2013-07-02 11:19:21 +00:00
Isis Lovecruft 78c1f883ac
Merge branch 'release/1.1.4' 2013-07-02 11:18:31 +00:00
Isis Lovecruft fe5a5fbe43
Add requirements.txt to setup.py package_data.
* Fix error on PyPI download due to requirements.txt missing; this file is
   parsed for package requirements upon installation.
2013-07-02 10:59:41 +00:00
Isis Lovecruft 1c3766ee6e
Merge branch 'master' into develop 2013-07-02 10:46:10 +00:00
Isis Lovecruft c837b73e25
Merge branch 'release/1.1.3' 2013-07-02 10:14:44 +00:00
Isis Lovecruft 6b208688e2
Add GPG signing for PyPI uploads to setup.cfg. 2013-07-02 10:12:54 +00:00
Isis Lovecruft 543d478313
Fix versioneer.versionfile_source location. 2013-07-02 09:42:39 +00:00
Isis Lovecruft 76f02a3abe
Merge branch 'release/1.1.2' 2013-07-02 09:39:21 +00:00
Isis Lovecruft d199a7512e
Start Pythonising the Makefile test cleanup actions. 2013-07-02 09:36:48 +00:00
Isis Lovecruft c4cf7db682
Remove MANIFEST.in now that all files are now in setup.py. 2013-07-02 09:18:41 +00:00
Isis Lovecruft 0e01dca38e
Add test_suite command to setup.py.
* After installation, tests can now be run with:
   '$ python setup.py test_suite'
2013-07-02 09:17:21 +00:00
Isis Lovecruft 6326ec8a43
Add versioneer.py to scripts list in setup.py. 2013-07-02 09:17:03 +00:00
Isis Lovecruft ec8ae825cc
Add README, LICENSE, and TODO to package_data in setup.py. 2013-07-02 09:16:21 +00:00
Isis Lovecruft 1a38d786a3
Fix unittest import_with_colons to use key dict. 2013-07-02 09:14:56 +00:00
Isis Lovecruft b3decd7b73
Add imports specific to running unittests after an installation. 2013-07-02 09:13:58 +00:00
Isis Lovecruft eca66e2d09
Unignore MANIFEST.in file. 2013-07-02 08:34:10 +00:00
Isis Lovecruft a09be69fd8
Unignore setup.cfg file. 2013-07-02 08:33:52 +00:00
Isis Lovecruft f450aeb9b0
Reorganise docs and update README. 2013-07-02 08:32:34 +00:00
Isis Lovecruft 1f2127628e
Merge branch 'master' into develop 2013-07-02 07:43:56 +00:00
Isis Lovecruft fe21a2f54e
Merge branch 'release/1.1.1' 2013-07-02 07:43:42 +00:00
Isis Lovecruft f1a6b14a7a
Fix PyPI classifier strings. 2013-07-02 07:42:12 +00:00
Isis Lovecruft 555364ddf5
Merge branch 'master' into develop 2013-07-02 07:33:19 +00:00
Isis Lovecruft 57a6748c00
Merge branch 'release/1.1.0' 2013-07-02 07:32:58 +00:00
Isis Lovecruft 0108587534
Merge branch 'feature/module-layout' into develop 2013-07-02 07:21:59 +00:00
Isis Lovecruft ab54c7b71e
Make detached binary sig unittest test what it's supposed to. 2013-07-02 07:17:51 +00:00
Isis Lovecruft 0ca6352457
Add check on recv-key size after writing it to a file. 2013-07-02 07:15:31 +00:00
Isis Lovecruft db4826f815
Fix an error in a unittest due to attempt to write class obj, not str form. 2013-07-02 07:14:48 +00:00
Isis Lovecruft ea8c2c5e1f
Ugh. Change the unittest paths again. 2013-07-02 07:14:21 +00:00
Isis Lovecruft f2cfd3f04b
Merge branch 'develop' into feature/module-layout
Conflicts:
	gnupg/_parsers.py
2013-07-02 01:26:35 +00:00
Isis Lovecruft 311a90cb33
Merge branch 'master' into develop 2013-07-02 01:12:43 +00:00
Isis Lovecruft 9c770cbc39
Merge branch 'release/1.0.2' 2013-07-02 01:12:05 +00:00
Isis Lovecruft dc1e54a4ed
Merge remote-tracking branch 'tomgalloway/develop' into develop 2013-07-02 01:04:45 +00:00
Isis Lovecruft e8062c95aa
Fix variable names in unittest: pubring→keyring. 2013-07-02 00:55:53 +00:00
Isis Lovecruft e18e10edd1
Add a debug statement to a unittest when we've downloaded a key. 2013-07-02 00:55:26 +00:00
Isis Lovecruft 61b27bcd3b
Ignore additions to gnupg/tests/files/ directory. 2013-07-02 00:54:05 +00:00
Isis Lovecruft 3b7457ae74
Remove a print statement from a unittest. 2013-07-02 00:43:54 +00:00
Isis Lovecruft 6cf7640c5c
Fix whitespace formatting for a line in gnupg/tests/test_gnupg.py. 2013-07-02 00:43:12 +00:00
Isis Lovecruft 12b1de719a
Update paths in unittests to disregard the installed directory. 2013-07-02 00:42:17 +00:00
Isis Lovecruft 8e2773207b
Ignore setup.cfg maintainer upload configuration file. 2013-07-02 00:36:48 +00:00
Isis Lovecruft 26bd9e2585
Merge branch 'develop' into feature/module-layout 2013-06-28 13:17:24 +00:00
Isis Lovecruft 67e823dbf1
Add repoze.sphinx to docs dependency 'extras_require' setting in setup.py. 2013-06-28 13:14:43 +00:00
Isis Lovecruft 8d39234889
Add test logs and files to gitignore. 2013-06-28 13:14:29 +00:00
Isis Lovecruft d7a0ffb395
Move tests/* → gnupg/test/* 2013-06-28 13:13:27 +00:00
Tom Galloway 6d08fe074a Clean up tabs. 2013-06-28 13:25:23 +01:00
Tom Galloway c10df26d0b Upstream issue #62 also handled KEYREVOKED status. Changes reflect this. 2013-06-28 13:20:39 +01:00
Isis Lovecruft 220e68bdfc
Change unittest for separate keyrings to add extra --keyring option for now.
* At some point, as mentioned in an earlier commit, we should actually make
   some sort of helper function for adding extra keyring, so that their keys
   can be used/imported/exported/whatever the user wants to do with them,
   without changing the normal main keyrings.
2013-06-28 07:27:57 +00:00