1
0

7 Commits

Author SHA256 Message Date
Andreas Jaeger
275cb2f51e Accepting request 761710 from home:mgorse:branches:Base:System
- Version update to version 1.2.14: 
  * Ensure that the numeric types from dbus.types get the same
    str() under Python 3.8 that they did under previous versions.
  * Disable -Winline.
  * Add Python 3.8 to CI.
  - Changes in version 1.2.12:
  * Don't save and restore the exception indicator when called
    from C code.
  - Changes in version 1.2.10:
  * Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
  * Add clearer license information using SPDX-License-Identifier.
  * Improve test coverage.
  * Don't set deprecated tp_print to NULL under Python 3.
  * Include inherited methods and properties when documenting
    objects, which regressed when migrating from epydoc to sphinx.
  * Add missing variant_level member to UnixFd type, for parity
    with the other dbus.types types (dbus-python!3.
    - Note that this is a potentially incompatible change: unknown
      keyword arguments were previously ignored (!) and are now an
      error.
  * Don't reply to method calls if they have the NO_REPLY_EXPECTED
    flag (fd.o#32529, dbus-python#26.
  * Silence -Wcast-function-type with gcc 8.
  * Fix distcheck with python3.7 by deleting __pycache__ during
    uninstall.
  * Consistently save and restore the exception indicator when
    called from C code.
  * Avoid a long-standing race condition in the automated tests.
  * Fix Qt website URL.
- Up dbus dependency; 1.8 is now required.

OBS-URL: https://build.opensuse.org/request/show/761710
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=13
2020-01-20 06:19:32 +00:00
73e4bbfecc - Add missing dependency for pkg-config files
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=11
2018-10-09 18:58:43 +00:00
63bd7c9b4a Accepting request 620627 from home:scarabeus_iv:branches:Base:System
- Version update to version 1.2.8:
  * Python 2.7 required or 3.4 respectively
  * Tests use tap.py functionality
  * Upstream dropped epydoc completely
  * See NEWS for more

- Use requires_ge instead of the rpm calls

OBS-URL: https://build.opensuse.org/request/show/620627
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=9
2018-07-06 07:50:36 +00:00
884a21cbbf Accepting request 558090 from home:matejcik:py3port
- drop unneeded epydoc requirement properly

OBS-URL: https://build.opensuse.org/request/show/558090
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=7
2018-01-11 09:18:28 +00:00
ccd55aab85 Accepting request 554995 from home:dimstar:Factory
Fix build with RPM 4.14

OBS-URL: https://build.opensuse.org/request/show/554995
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=5
2017-12-18 09:56:12 +00:00
e7b953b8b5 Accepting request 541870 from home:matejcik:py3port
- drop unneeded epydoc requirement (API docs were not built anyway)

OBS-URL: https://build.opensuse.org/request/show/541870
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=3
2017-11-17 09:15:06 +00:00
4796a81a44 Accepting request 479745 from devel:languages:python:singlespec
dbus-1-python with the following changes:
  * updated to the latest version.
  * renamed to match openSUSE python packaging rules, based on the package name on pypi.
  * ported to the new single-spec python system, which provides macros to automatically build packages for multiple python versions at once.

Once this is accepted in openSUSE:Factory, dbus-1-python and dbus-1-python3 should be deleted.

OBS-URL: https://build.opensuse.org/request/show/479745
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=1
2017-04-07 07:04:01 +00:00