| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* setup.py: update for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
| |
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: bumped release version
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: bumped release version up
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: updated for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: updated for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: update to bump release number
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: update for new release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
Signed-off-by: Daniel Veillard <veillard@redhat.com>
- setup.py : updated for release
|
| |
|
|
|
|
| |
* setup.py: updated for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: updated for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: updated for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
|
|
| |
* setup.py: update for release
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| |
|
|
| |
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
| |
|
|
| |
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
| |
|
|
| |
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| | |
|
| |
|
|
|
|
|
|
| |
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>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
| |
|
|
| |
* setup.py: updated for release
|
| |
|
|
| |
virtually identical to 3.5.0 except for the bump of version in setup.py
|
| |
|
|
| |
* setup.py: bump version number
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
* setup.py: bumped version
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
Ensure the description and license are set in PKG-INFO,
and clarify the summary field.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
| |
|
|
| |
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
|
| |
|
|
| |
* setup.py: just bumped up the release number
|
| | |
|
| | |
|
| |
|
|
| |
https://bugzilla.redhat.com/show_bug.cgi?id=1350523
|
| |
|
|
| |
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
|
| |
|
|
| |
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
| |
|
|
| |
* setup.py: bumped to 1.3.5, the release is virtually identical to 1.3.4
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
| |
|
|
| |
For release but no change from 1.3.0
|
| |
|
|
| |
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
|
| |
|
|
| |
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
|
| | |
|