1
0

26 Commits

Author SHA256 Message Date
dc474b2792 Accepting request 1092261 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1092261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=13
2023-06-12 13:24:48 +00:00
48218cdcb1 Accepting request 1092090 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092090
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=24
2023-06-11 11:45:42 +00:00
bf7bd2618b Accepting request 1046284 from Base:System
- update to 1.3.2:
  * Python 3, version 3.5 or later, is required.
  * Installing from source code using Autotools requires Python 3.5 or
    later.
  * dbus.gobject_service, dbus.types.UTF8String and the utf8_strings
  keyword argument were only usable with Python 2, and therefore have
  been removed, along with the rest of the special cases for Python 2.
  * Add methods to Message objects to manipulate the interactive
  authorization flag
  * Add licensing information in REUSE format
  * Raise ValueError instead of crashing with assertion failure when a
  Unix fd index number is greater than the number of fds actually attached
  to the message (firewalld#985; Simon McVittie)
  * Raise ValueError instead of crashing with assertion failure when
  a negative number is passed to the UnixFd constructor
  * Fix undefined escape sequences in docstrings
  * Make `distcheck` compatible with Automake 1.16.4, by forcing an
  appropriate prefix to be used
  * Update AX_PYTHON_DEVEL from autoconf-archive for better
  forwards-compatibility
  * Avoid various deprecation warnings in the build system
  - distutils.sysconfig → sysconfig
  - distutils.util → sysconfig

OBS-URL: https://build.opensuse.org/request/show/1046284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=12
2023-01-04 16:50:52 +00:00
af8de4d92e - update to 1.3.2:
* Python 3, version 3.5 or later, is required.
  * Installing from source code using Autotools requires Python 3.5 or
    later.
  * dbus.gobject_service, dbus.types.UTF8String and the utf8_strings
  keyword argument were only usable with Python 2, and therefore have
  been removed, along with the rest of the special cases for Python 2.
  * Add methods to Message objects to manipulate the interactive
  authorization flag
  * Add licensing information in REUSE format
  * Raise ValueError instead of crashing with assertion failure when a
  Unix fd index number is greater than the number of fds actually attached
  to the message (firewalld#985; Simon McVittie)
  * Raise ValueError instead of crashing with assertion failure when
  a negative number is passed to the UnixFd constructor
  * Fix undefined escape sequences in docstrings
  * Make `distcheck` compatible with Automake 1.16.4, by forcing an
  appropriate prefix to be used
  * Update AX_PYTHON_DEVEL from autoconf-archive for better
  forwards-compatibility
  * Avoid various deprecation warnings in the build system
  - distutils.sysconfig → sysconfig
  - distutils.util → sysconfig

OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=22
2023-01-02 19:21:33 +00:00
dca8687c46 Accepting request 908517 from Base:System
- update to 1.2.18:
  * dbus-python will be built for python3
  * Python 2 reached end-of-life on 2020-01-01. A future version of
    dbus-python is likely to remove Python 2 support.
  * Move from collections.Sequence to collections.abc.Sequence on
    Python ≥ 3.3, for Python 3.10 compatibility
  * Avoid another deprecation warning for inspect.getargspec().
    This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal
    rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf)
  * Fix an unlikely fd leak if memory allocation fails for UnixFd
  * Fix memory and fd leak if UnixFd is given an invalid negative
    variant_level
  * Avoid more deprecation warnings
  * Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed
    declarations and statements in its headers, so we can no longer
    enforce this. (Simon McVittie)
  * Convert examples to Python 3 (Simon McVittie)
  * Use the same Python executable for build and dist/distcheck by default
  * CI fixes

OBS-URL: https://build.opensuse.org/request/show/908517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=11
2021-07-28 17:19:27 +00:00
5cfbbb0acd - update to 1.2.18:
* dbus-python will be built for python3
  * Python 2 reached end-of-life on 2020-01-01. A future version of
    dbus-python is likely to remove Python 2 support.
  * Move from collections.Sequence to collections.abc.Sequence on
    Python ≥ 3.3, for Python 3.10 compatibility
  * Avoid another deprecation warning for inspect.getargspec().
    This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal
    rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf)
  * Fix an unlikely fd leak if memory allocation fails for UnixFd
  * Fix memory and fd leak if UnixFd is given an invalid negative
    variant_level
  * Avoid more deprecation warnings
  * Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed
    declarations and statements in its headers, so we can no longer
    enforce this. (Simon McVittie)
  * Convert examples to Python 3 (Simon McVittie)
  * Use the same Python executable for build and dist/distcheck by default
  * CI fixes

OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=21
2021-07-27 06:34:35 +00:00
cd44de96f7 Accepting request 899902 from Base:System
OBS-URL: https://build.opensuse.org/request/show/899902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=10
2021-06-16 18:33:25 +00:00
3355c1466f Accepting request 898573 from home:simotek:branches:Base:System
- Enable testsuite

OBS-URL: https://build.opensuse.org/request/show/898573
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=19
2021-06-14 08:38:51 +00:00
f41e93c48b Accepting request 861986 from Base:System
- update to 1.2.16:
  * All tests are run even if the tap.py module is not available, although
    diagnostics for failing tests will be better if it is present.
  * Forbid unexpanded AX-prefixed macros more selectively

OBS-URL: https://build.opensuse.org/request/show/861986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=9
2021-01-15 18:43:42 +00:00
68994d2593 - update to 1.2.16:
* All tests are run even if the tap.py module is not available, although
    diagnostics for failing tests will be better if it is present.
  * Forbid unexpanded AX-prefixed macros more selectively

OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=17
2021-01-09 16:17:46 +00:00
ad3cb47160 Accepting request 854987 from Base:System
OBS-URL: https://build.opensuse.org/request/show/854987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=8
2020-12-16 09:59:02 +00:00
772a1868cf Accepting request 854983 from home:bnavigator:branches:Base:System
- Support builds with more than one python3 flavor
  gh#openSUSE/python-rpm-macros#66
- Remove shebang from examples (rpmlint warning, is in common doc)
- Clean duplicate python flavor variables for configure
- Update the provides/obsoletes tags for old-style dbus-1-$python

OBS-URL: https://build.opensuse.org/request/show/854983
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=15
2020-12-11 21:32:53 +00:00
e2d6c39642 Accepting request 765673 from Base:System
OBS-URL: https://build.opensuse.org/request/show/765673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=7
2020-01-21 19:58:38 +00:00
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
c56669f8b9 Accepting request 640876 from Base:System
- Add missing dependency for pkg-config files

OBS-URL: https://build.opensuse.org/request/show/640876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=6
2018-10-12 11:08:33 +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
aac5c5174c Accepting request 621284 from Base:System
OBS-URL: https://build.opensuse.org/request/show/621284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=5
2018-07-13 08:16:05 +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
e3f52657d9 Accepting request 563550 from Base:System
OBS-URL: https://build.opensuse.org/request/show/563550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=4
2018-01-16 08:40:04 +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
52389c9d17 Accepting request 557983 from Base:System
OBS-URL: https://build.opensuse.org/request/show/557983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=3
2017-12-23 11:17:18 +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
9181c7e15f Accepting request 542588 from Base:System
OBS-URL: https://build.opensuse.org/request/show/542588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=2
2017-11-20 16:02:42 +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
8337460080 Accepting request 486296 from Base:System
replaces dbus-1-python

OBS-URL: https://build.opensuse.org/request/show/486296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbus-python?expand=0&rev=1
2017-04-28 08:35:34 +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