1
0
forked from pool/python-pyudev
Commit Graph

11 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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