summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Post-release version bump to 4.3.0Daniel P. Berrangé2018-04-031-1/+1
| | | | Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* Post-release version bump to 4.2.0Daniel P. Berrangé2018-03-051-1/+1
| | | | Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* Release of libvirt-python 4.1.0v4.1.0Daniel Veillard2018-03-051-1/+1
| | | | Signed-off-by: Daniel Veillard <veillard@redhat.com>
* Release of libvirt-python-4.0.0v4.0.0Daniel Veillard2018-01-191-1/+1
|
* Require libvirt native version matching py version by defaultDaniel P. Berrange2018-01-121-2/+1
| | | | | | | | | | | | | Although we're capable of building against any libvirt >= 0.9.11, 99% of the time we want RPM builds to be done against matching libvirt version, otherwise we might silently build against an unexpected/wrong version. We don't support building against a native libvirt that's newer than the python binding, since the generator may incorrectly handle new APIs. So use == instead of >= too. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Release of libvirt-python 3.10.0v3.10.0Daniel Veillard2017-12-041-1/+1
|
* Don't hardcode interpreter pathCédric Bosdonnat2017-11-301-1/+1
| | | | | | | | This is particularly useful on operating systems that don't ship Python as part of the base system (eg. FreeBSD) while still working just as well as it did before on Linux. Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
* Release of libvirt-python-3.9.0v3.9.0Daniel Veillard2017-11-021-1/+1
|
* Add travis build configDaniel P. Berrange2017-09-191-7/+8
| | | | | | | | | | | Enable builds on several python versions, and against several versions of libvirt. Ideally we would build all the way back to 0.9.11, since that is the min supported libvirt for python binding. It is not possible to build this old libvirt version on modern distros though, so using 1.2.0 as the oldest for now. Reviewed-by: Martin Kletzander <mkletzan@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Post-release version bump to 3.8.0Daniel P. Berrange2017-09-061-1/+1
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Release of libvirt-python 3.7.0v3.7.0Daniel Veillard2017-09-041-1/+1
| | | | * setup.py: updated for release
* Release of libvirt-python-3.6.0v3.6.0Daniel Veillard2017-08-021-1/+1
| | | | virtually identical to 3.5.0 except for the bump of version in setup.py
* Release of libvirt-python-3.5.0v3.5.0Daniel Veillard2017-07-041-1/+1
| | | | * setup.py: bump version number
* Release of libvirt-python-3.4.0v3.4.0Daniel Veillard2017-06-021-1/+1
|
* Release of libvirt-python-3.3.0v3.3.0Daniel Veillard2017-05-051-1/+1
|
* Add asyncio event loop implementationWojtek Porczyk2017-04-041-0/+12
| | | | | | | | | | | | | | This is usable only on python >= 3.4 (or 3.3 with out-of-tree asyncio), however it should be harmless for anyone with older python versions. In simplest case, to have the callbacks queued on the default loop: >>> import libvirtaio >>> libvirtaio.virEventRegisterAsyncIOImpl() The function is not present on non-compatible platforms. Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
* Release of libvirt-python-3.2.0v3.2.0Daniel Veillard2017-04-021-1/+1
| | | | * setup.py: bumped version
* Post-release version bump to 3.1.0John Ferlan2017-01-181-1/+1
|
* Release of libvirt-python-3.0.0v3.0.0Daniel Veillard2017-01-171-1/+1
|
* 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
|