Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enforce policy that we cannot use for sdist system with too recent OpenSSL. | Matěj Cepl | 2016-12-13 | 1 | -3/+47 | |
| | | | | Version of OpenSSL > 1.0.1 breaks compatibility with RHEL-6. | |||||
* | New release 0.25.0.0.25.0 | Matěj Cepl | 2016-07-22 | 1 | -2/+1 | |
| | ||||||
* | Don't swig on the ancient platforms. | Matěj Cepl | 2016-07-11 | 1 | -1/+46 | |
| | | | | Fixes #140 | |||||
* | setup.py: Add PEP-484 type hints in comments. | Matěj Cepl | 2016-06-20 | 1 | -1/+1 | |
| | ||||||
* | Eliminate pack.py | Matěj Cepl | 2016-05-18 | 1 | -2/+3 | |
| | | | | Similar functionality is already in Clean() class of setup.py. | |||||
* | Make long_description a string, not a tuple | Craig Rodrigues | 2016-05-16 | 1 | -1/+1 | |
| | | | | This fixes one problem with setup.py and Python 3 | |||||
* | setup.py: Add note about smartcards. | Matěj Cepl | 2016-05-11 | 1 | -1/+2 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@729 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Don't ignore any --swig-opts passed on the command line. | Konstantinos Koukopoulos | 2016-04-28 | 1 | -0/+3 | |
| | ||||||
* | More thorough setup.py clean. Remove also generated modules. | Matěj Cepl | 2016-04-11 | 1 | -2/+28 | |
| | ||||||
* | make build directory before attempting to write output file _m2crypto.py; | Paul Brussee | 2016-02-26 | 1 | -0/+2 | |
| | | | | fixes #102; | |||||
* | Fixed "This openssl-devel package does not work your architecture" on 32-bit ↵ | Andreas Maier | 2016-02-15 | 1 | -1/+12 | |
| | | | | | | | | RHEL/CentOS/Fedora. Details: - Added code in setup.py that normalizes the result of `platform.machine()` before being used for the `-D__{arch}__` option of Swig. | |||||
* | Separate version number into a separate module and use it in setup.py. | Matěj Cepl | 2016-02-02 | 1 | -1/+10 | |
| | | | | Fixes #98 | |||||
* | Release 0.23.00.23.0 | Matěj Cepl | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | Accommodating review comment ... using next() instead of full list. | Matěj Cepl | 2016-01-21 | 1 | -5/+4 | |
| | ||||||
* | Move openssl option to build_ext, but read it from options of build as well. | Matěj Cepl | 2016-01-20 | 1 | -1/+24 | |
| | | | | Fixes #89 | |||||
* | Reformatting setup() command to be more readable. | Matěj Cepl | 2016-01-20 | 1 | -45/+49 | |
| | ||||||
* | Use PEP 440 compliant version number. | Craig Rodrigues | 2015-12-03 | 1 | -1/+1 | |
| | | | | | See: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers | |||||
* | Use setuptools by default and remove distutils usage | Craig Rodrigues | 2015-12-03 | 1 | -13/+10 | |
| | | | | | | | | According to: http://python-packaging-user-guide.readthedocs.org/en/latest/current/#packaging-tool-recommendations setuptools is recommended for Python packages. Use the following as guidelines for writing setup.py: https://packaging.python.org/en/latest/distributing/ https://github.com/pypa/sampleproject | |||||
* | RHEL-6 doesn't need to investigate proper multiarch. | Matěj Cepl | 2015-11-25 | 1 | -16/+10 | |
| | ||||||
* | Make the construct working even for python 26, where there is no sysconfig ↵ | Matěj Cepl | 2015-11-25 | 1 | -6/+14 | |
| | | | | | | | | module. Fixes #69 and fixes #49 Also, remove fedora_setup.sh. | |||||
* | Make patch working on Fedora/RHEL again. | Matěj Cepl | 2015-11-25 | 1 | -14/+14 | |
| | ||||||
* | On Linux, add multiarch directory to include path. | Craig Rodrigues | 2015-11-25 | 1 | -0/+6 | |
| | | | | | | | For example, on Ubuntu, this adds /usr/include/x86_64-linux-gnu/ to the include path. See: https://wiki.debian.org/Python/MultiArch | |||||
* | One more RC for 0.22.6 | Matěj Cepl | 2015-11-02 | 1 | -1/+1 | |
| | ||||||
* | RC for testing | Matěj Cepl | 2015-10-19 | 1 | -1/+1 | |
| | ||||||
* | Add missing files to MANIFEST.in | Matěj Cepl | 2015-10-16 | 1 | -1/+1 | |
| | | | | | | | I haven’t tested really fix contained in 0.22.5 so I have missed some other files which were missing to run ``setup.py test`` successfully. Fixes #62 | |||||
* | Add SWIG/*.h as well.0.22.5 | Matěj Cepl | 2015-10-13 | 1 | -1/+1 | |
| | | | | Fixes #60 | |||||
* | New release.0.22.4 | Matěj Cepl | 2015-10-13 | 1 | -5/+5 | |
| | | | | Changed maintainer and URL. | |||||
* | Clean up setup.py to be PEP8-compliant. | Matěj Cepl | 2015-10-13 | 1 | -36/+36 | |
| | ||||||
* | We forgot import platform somewhere so tests were failing. | Matěj Cepl | 2015-10-13 | 1 | -2/+4 | |
| | ||||||
* | Fix build with SWIG 3.0.5 | Miloslav Trmač | 2015-10-13 | 1 | -58/+38 | |
| | | | | | | | | | | See analysis and previous patches in https://github.com/martinpaljak/M2Crypto/issues/60 and https://github.com/swig/swig/issues/344, in particular this adds the build machinery to patch https://github.com/martinpaljak/M2Crypto/issues/60#issuecomment-75735489 Fixes #47 | |||||
* | Switch unit testing to have at least 2.7 unittest API available. | Matěj Cepl | 2015-10-13 | 1 | -0/+4 | |
| | | | | Fixes #48 | |||||
* | 0.21 release tarball was buggy, so need to release 0.21.1. | Heikki Toivonen | 2011-01-15 | 1 | -2/+2 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/branches/0.21@737 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Open trunk for 0.21 work. | Heikki Toivonen | 2009-08-27 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@713 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Add 2009 copyrights. | Heikki Toivonen | 2009-02-06 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@665 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Add Trove classification: Topic :: Software Development :: Libraries :: ↵ | Heikki Toivonen | 2009-02-06 | 1 | -0/+1 | |
| | | | | | | Python Modules git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@664 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Fix long desc and classifiers so that we can use upload command. | Heikki Toivonen | 2008-10-06 | 1 | -2/+18 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@639 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Trunk is moving towards 0.20. | Heikki Toivonen | 2008-09-17 | 1 | -1/+3 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@626 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Working towards 0.19 release on the trunk. | Heikki Toivonen | 2007-10-08 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@592 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Bug 9404, redo build fix when OpenSSL configured without EC. | Heikki Toivonen | 2007-10-08 | 1 | -5/+5 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@585 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Homepage moved, although old URL will still work (redirects). | Heikki Toivonen | 2007-07-26 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@579 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Make setup.py work with Python 2.3, patch by Thomas Uram. | Heikki Toivonen | 2007-07-11 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@572 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | A test-only change slipped in, foo -> usr. | Heikki Toivonen | 2007-06-22 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@565 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Bug 9477, moved --openssl option from general setup.py option to build_ext ↵ | Heikki Toivonen | 2007-06-22 | 1 | -40/+55 | |
| | | | | | | | | | | | option, meaning you need to do: python setup.py build build_ext --openssl=/path Patch by Philip Kershaw. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@564 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Typo. | Heikki Toivonen | 2007-06-08 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@528 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Bug 9404, fixed build problem affecting some systems where OpenSSL was built ↵ | Heikki Toivonen | 2007-06-07 | 1 | -0/+1 | |
| | | | | | | without EC support. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@527 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Instructions from John Nagle on what to do with early OpenSSL 0.9.7 versions. | Heikki Toivonen | 2007-02-02 | 1 | -1/+3 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@516 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Documenting how to build Universal binaries on Mac. | Heikki Toivonen | 2007-01-22 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@511 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Change trunk version numbers to 0.18. | Heikki Toivonen | 2006-12-14 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@501 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Bug 7077, test command to setup.py. setuptools are now required to run unit ↵ | Heikki Toivonen | 2006-12-06 | 1 | -6/+10 | |
| | | | | | | tests. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@491 2715db39-9adf-0310-9c64-84f055769b4b | |||||
* | Updating version strings to 0.17. | Heikki Toivonen | 2006-11-21 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@481 2715db39-9adf-0310-9c64-84f055769b4b |