73 Commits

Author SHA256 Message Date
27b884da0b Accepting request 397602 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/397602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=16
2016-05-26 21:53:31 +00:00
a8928b4df6 Accepting request 397545 from home:tbechtold:branches:devel:languages:python
- Remove do_not_install_tests.patch
- Require python-six

OBS-URL: https://build.opensuse.org/request/show/397545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=22
2016-05-24 04:53:31 +00:00
Jan Matejek
91212fa830 Accepting request 397540 from home:tbechtold:branches:devel:languages:python
- update to 0.20.0:
  * Remove parsing code added in previous release.
  * No longer do CI for Python 2.6.
  * Eliminate all wildcard imports and __all__ statements.
  * No longer use deprecated Device.from_sys_path() method.
  * Minor pylint induced changes.
  * Documentation fixes.
  * Restore raising KeyError by Attributes.as* methods when attribute not found.
  * Explicitly require six module.
  * Never raise a DeviceNotFoundError when iterating over a device enumeration.
  * Device.subsystem() now returns None if device has no subsystem.
  * Add DeprecationWarnings to deprecated Device methods.
  * Replace "/" with "!" in Device.from_name() sys_name parameter.
  * Add some unstable classes for parsing some kinds of values.
  * Make version info more like Python's including micro numbers and levels.
  * Refactor some internal modules into subdirectories.
  * Work on tests and reproducers.
  * DeviceNotFoundError is no longer a subtype of LookupError
  * Added support for pyqt5 monitor observer
  * Added discover module, which looks up a device on limited information
  * Attributes class no longer extends Mapping, extends object instead
  * Attributes class no longer inherits [] operator, Mapping methods
  * Attributes class objects are no longer iterable
  * Attributes.available_attributes property added
  * Attributes.get() method, with usual semantics, defined
  * Device.from_* methods are deprecated, uses Devices.from_* methods instead
  * Device.from_device_file() now raises DeviceNotFoundByFileError
  * Device.from_device_number() now raises DeviceNotFoundByNumberError
  * Devices.from_interface_index() method added
  * Devices.from_kernel_device() method added

OBS-URL: https://build.opensuse.org/request/show/397540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=21
2016-05-23 15:48:05 +00:00
Stephan Kulow
2424ca3814 Accepting request 333212 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/333212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=15
2015-09-30 03:51:34 +00:00
Asterios Dramis
5eaf2d6627 Accepting request 333211 from home:adra:branches:devel:languages:python
Added a patch (do_not_install_tests.patch) to not install the tests as a module. Fixes also file conflicts in Factory

OBS-URL: https://build.opensuse.org/request/show/333211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=19
2015-09-23 19:07:17 +00:00
Asterios Dramis
ccc2b13f2f Accepting request 330988 from home:frispete:python
updated to 0.17, tests still sdysfunctional

OBS-URL: https://build.opensuse.org/request/show/330988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=18
2015-09-15 18:03:21 +00:00
Tomáš Chvátal
4f43b7f71f Accepting request 204645 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=13
2013-10-25 09:30:41 +00:00
Sascha Peilicke
23c29203cc - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=16
2013-10-24 11:13:01 +00:00
Stephan Kulow
7fc01ae33a Accepting request 179984 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=11
2013-06-19 13:52:13 +00:00
Sascha Peilicke
7e08b4bac3 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=14
2013-06-17 12:53:33 +00:00
Stephan Kulow
fe3ce6fb32 Accepting request 143252 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/143252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=9
2012-11-28 13:34:38 +00:00
Stephan Kulow
d0b28cdda7 Accepting request 142010 from devel:languages:python
Update to version 0.16.1, Removed python-setuptools and added python-distribute as build requirement, Added python3-pyudev package (forwarded request 141969 from adra)

OBS-URL: https://build.opensuse.org/request/show/142010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=8
2012-11-21 16:06:33 +00:00
Sascha Peilicke
9ebe7167e6 - Build HTML documentation
- Fix SLE_11_SP2 build (not noarch)

- Build HTML documentation, but disable due to python3-Sphinx error
- No need to require a specific Python ABI version, RPM does that

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=11
2012-11-20 11:26:17 +00:00
Ismail Dönmez
db0e863b55 Accepting request 141969 from home:adra:branches:devel:languages:python
Update to version 0.16.1, Removed python-setuptools and added python-distribute as build requirement, Added python3-pyudev package

OBS-URL: https://build.opensuse.org/request/show/141969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=10
2012-11-20 08:36:18 +00:00
Stephan Kulow
eba0f72b63 Accepting request 108771 from devel:languages:python
Update to version 0.15 (forwarded request 108753 from adra)

OBS-URL: https://build.opensuse.org/request/show/108771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=6
2012-03-12 19:16:22 +00:00
Sascha Peilicke
4af654a8d5 Accepting request 108753 from home:adra:branches:devel:languages:python
Update to version 0.15

OBS-URL: https://build.opensuse.org/request/show/108753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=8
2012-03-11 10:27:27 +00:00
Stephan Kulow
9b4fe7895d Accepting request 106015 from devel:languages:python
Update to version 0.14 (forwarded request 105807 from adra)

OBS-URL: https://build.opensuse.org/request/show/106015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=5
2012-02-22 14:54:43 +00:00
Sascha Peilicke
57f041fc85 Accepting request 105807 from home:adra:branches:devel:languages:python
Update to version 0.14

OBS-URL: https://build.opensuse.org/request/show/105807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=6
2012-02-20 11:18:01 +00:00
Stephan Kulow
03120c1062 Accepting request 90212 from devel:languages:python
Update to version 0.13 (forwarded request 90192 from adra)

OBS-URL: https://build.opensuse.org/request/show/90212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=3
2011-11-07 16:25:06 +00:00
Sascha Peilicke
a0ee3e3f89 Accepting request 90192 from home:adra:branches:devel:languages:python
Update to version 0.13

OBS-URL: https://build.opensuse.org/request/show/90192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=4
2011-11-07 08:14:21 +00:00
Lars Vogdt
69edba7421 Accepting request 80543 from devel:languages:python
New package submission: python-pyudev, Udev bindings for Python - python-pyudev is needed by newer versions of synaptiks package, (bnc#714916 from previous submission was fixed)

OBS-URL: https://build.opensuse.org/request/show/80543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=1
2011-09-05 15:03:48 +00:00
Sascha Peilicke
1b3cb993da Accepting request 80449 from home:adra:branches:devel:languages:python
Update to version 0.12 (which fixes also bnc#714916)

OBS-URL: https://build.opensuse.org/request/show/80449
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=2
2011-09-01 06:56:18 +00:00
Sascha Peilicke
cb2144dfa3 Accepting request 79981 from home:adra:branches:KDE:Unstable:Playground
New package submission: python-pyudev, Udev bindings for Python - python-pyudev is needed by newer versions of synaptiks package - Based on package from KDE:Unstable:Playground

OBS-URL: https://build.opensuse.org/request/show/79981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=1
2011-08-29 07:24:15 +00:00