summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix running of nosetests on python 3Daniel P. Berrange2016-12-141-1/+16
| | | | | | | | | | Previously the way Fedora installed /usr/bin/nosetests allowed it to be invoked with either python 2 or 3. Since Fedora 25 though, it contains a module name that only exists on python 2. So we need to be more intelligent and pick a different nosetests binary per version. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Fill out more fields for PKG-INFO fileDaniel P. Berrange2016-12-051-1/+7
| | | | | | | Ensure the description and license are set in PKG-INFO, and clarify the summary field. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Post-release version bump to 2.5.0Pavel Hrdina2016-11-021-1/+1
| | | | Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* Release of libvirt-2.4.0v2.4.0Daniel Veillard2016-11-011-1/+1
| | | | * setup.py: just bumped up the release number
* Post-release version bump to 2.3.0Peter Krempa2016-09-191-1/+1
|
* Post-release version bump to 2.2.0Cole Robinson2016-08-021-1/+1
|
* allow pkg-config binary to be set by envv2.1.0Markus Rothe2016-07-281-0/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1350523
* Post-release version bump to 2.1.0Pavel Hrdina2016-07-251-1/+1
| | | | Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* Post-release version bump to 2.0.0Daniel P. Berrange2016-06-141-1/+1
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Release of libvirt-python-1.3.5v1.3.5Daniel Veillard2016-06-051-1/+1
| | | | * setup.py: bumped to 1.3.5, the release is virtually identical to 1.3.4
* Post-release version bump to 1.3.4Peter Krempa2016-04-181-1/+1
|
* Release of libvirt-python-1.3.3v1.3.3Daniel Veillard2016-04-061-1/+1
|
* setup: Use cflags and ldflags properlyJiri Denemark2016-01-181-14/+8
| | | | | | | | | The setup.py script reads cflags and ldflags from pkg-config and uses them when compiling/linking C modules. Since both cflags and ldflags may include multiple compiler arguments we need to split them rather than concatenating them into a single argument. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
* Post-release version bump to 1.3.2Jiri Denemark2016-01-181-1/+1
| | | | Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
* Version bump to 1.3.1v1.3.1Daniel Veillard2016-01-171-1/+1
| | | | For release but no change from 1.3.0
* Post-release version bump to 1.3.0v1.3.0Pavel Hrdina2015-11-241-1/+1
| | | | Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* Post-release version bump to 1.2.21Martin Kletzander2015-10-151-1/+1
| | | | Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* Release of libvirt-python-1.2.20v1.2.20Daniel Veillard2015-10-021-1/+1
|
* Post-release version bump to 1.2.19Jiri Denemark2015-08-031-1/+1
| | | | Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
* Forgot to bump version to 1.2.18Daniel Veillard2015-08-031-1/+1
|
* Revert "Change livbirt version to 1.3.0 for the next release"Martin Kletzander2015-06-281-1/+1
| | | | | | | | This reverts commit 751e016f09a6a0dd372667bdd2b322731718e359. Since Admin API was deferred for a release and the minor version bump didn't happen, it must not happen in libvirt-python either, for compatibility reasons.
* Change livbirt version to 1.3.0 for the next releaseMartin Kletzander2015-06-161-1/+1
| | | | | | | Since the background for Admin API is merged upstream, we are bumping the minor release version as discussed previously Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* Post-release version bump to 1.2.17Jiri Denemark2015-06-051-1/+1
|
* Fix duplicate entries in AUTHORSv1.2.16Jim Fehlig2015-05-281-1/+3
| | | | | | | | The generated AUTHORS file contains many duplicates. If an author has N commits, there will be N entries for the author in AUTHORS. Check if an author already exists in the list before appending. While at it, add a .mailmap (derived from libivrt's .mailmap) to futher tidy the generated AUTHORS list.
* Post-release version bump to 1.2.16Peter Krempa2015-05-111-1/+1
|
* libvirt-python: add classifiers to setup.pyv1.2.15Victor Stinner2015-04-221-1/+10
| | | | | | | Add the Python 3 classifier, needed by the caniusepython3 tool to check if dependencies of a projects are Python 3 compatible: https://caniusepython3.com/
* Post-release version bump to 1.2.15Jiri Denemark2015-04-021-1/+1
| | | | Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
* Post-release version bump to 1.2.14Pavel Hrdina2015-03-191-1/+1
| | | | Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* Post-release version bump to 1.2.13v1.2.13Daniel P. Berrange2015-01-271-1/+1
|
* Bump version to 1.2.12 for new dev cycleMichal Privoznik2014-12-161-1/+1
| | | | Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
* Bump version to 1.2.11 for new dev cycleJohn Ferlan2014-11-031-1/+1
|
* setup.py: fix rpm build to return 1 on errorPavel Hrdina2014-10-071-2/+2
| | | | Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* Post-release version bump for new dev cyclePavel Hrdina2014-10-021-1/+1
| | | | Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* Post-release version bump for new dev cycleMichal Privoznik2014-09-021-1/+1
| | | | Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
* Bump version to 1.2.8 for new dev cycleEric Blake2014-08-041-1/+1
| | | | Signed-off-by: Eric Blake <eblake@redhat.com>
* Bump version to 1.2.7 for new dev cycleMartin Kletzander2014-07-221-1/+1
| | | | Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* Bump version to 1.2.6 for new dev cycleMartin Kletzander2014-06-021-1/+1
| | | | Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* Bump version to 1.2.5 for new dev cycleMartin Kletzander2014-05-051-1/+1
| | | | Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* increment version post-releaseLaine Stump2014-04-071-1/+1
| | | | | As is now done with libvirt. git head will always have the version number of the expected *next* release.
* Fix nosetests usage with python3v1.2.3Daniel P. Berrange2014-04-021-1/+1
| | | | | | | Add RPM deps on python/python3-nose, make RPM build run the test suite and invoke nosetests using correct python binary Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* setup.py: Allow running --help or clean without pkg-configCole Robinson2014-03-251-11/+20
| | | | | | | | | | If pkg-config isn't installed, or a too old libvirt, we can't even do 'python setup.py --help' without throwing an exception. Have the pkg-config checks and validation only throw an exception if being called from the 'build' step. https://bugzilla.redhat.com/show_bug.cgi?id=1074170
* setup.py: Make have_libvirt_lxc a functionCole Robinson2014-03-251-9/+10
| | | | | This means we call it twice for a build operation, but I don't think that's a big deal.
* setup.py: Move module list building to its own functionCole Robinson2014-03-251-40/+57
| | | | | | | | Makes it a bit more clear what all that code is used for, rather than intermixing it with function definitions. Besides the comment additions, this is a no-op and just reindents the block, into a function.
* setup.py: Remove unused importCole Robinson2014-03-251-1/+0
|
* Add support for running unit tests with noseDaniel P. Berrange2014-03-191-0/+5
| | | | | | | Make the 'python setup.py test' able to run unit tests found under tests/ through the 'nosetests' command Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Post release version bump to 1.2.3Daniel P. Berrange2014-03-031-1/+1
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Release of libvirt-python 1.2.2v1.2.2Daniel Veillard2014-03-021-1/+1
|
* Release of libvirt-python-1.2.1v1.2.1Daniel Veillard2014-01-161-1/+1
|
* setup: Drop unused exception variableDoug Goldstein2013-12-051-1/+1
| | | | | Drop the unused exception variable in setup.py. This has the benefit of dropping syntax that is not valid with Python 3.
* setup: Use user requested python binaryDoug Goldstein2013-12-031-4/+4
| | | | | | | When setup.py is kicked off with a python interpreter other than the system 'python', (e.g. python2.7 setup.py build) the build process would switch to 'python' and not use python2.7 as requested by the user. We should always respect the user requested python interpreter and use it.