Commit Graph

96 Commits

Author SHA256 Message Date
a4783f858c Accepting request 1152995 from GNOME:Next
- Update to version 2.46.1:
  + Fix some implicit function declarations and other compiler
    warnings in the tests.
  + Remove some unused code.
  + Update the README to describe the module's current status.

OBS-URL: https://build.opensuse.org/request/show/1152995
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=139
2024-02-28 17:31:12 +00:00
f9abde0516 Accepting request 1005252 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1005252
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=137
2022-09-21 16:13:29 +00:00
462f804e93 Accepting request 1002684 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002684
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=135
2022-09-13 07:36:31 +00:00
2c46b6b526 Accepting request 965617 from home:msmeissn:branches:GNOME:Factory
- link testsuite with -z lazy to avoid breaking the build.

OBS-URL: https://build.opensuse.org/request/show/965617
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=133
2022-03-29 16:39:25 +00:00
52b0703871 Accepting request 953705 from home:pgajdos:python
- 2to3 module is not required for build

OBS-URL: https://build.opensuse.org/request/show/953705
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=132
2022-02-11 11:02:21 +00:00
3f409ac6bc Accepting request 937327 from GNOME:Next
- Update to version 2.38.2:
  + Fix a missing return value in the testsuite.
  + Make Selection#clearSelection work.
  + Fix attributeListToHash() in case there’s a colon in an attr
    value.
- Drop pyatspi-test-fixes.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/937327
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=131
2021-12-09 09:57:37 +00:00
a49e8cf1a2 Accepting request 921899 from GNOME:Next
- Add pyatspi-test-fixes.patch: fix tests on s390x (bsc#1190051).

OBS-URL: https://build.opensuse.org/request/show/921899
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=130
2021-09-28 07:27:39 +00:00
1f9bfe56af Accepting request 911396 from home:yfjiang:branches:GNOME:Factory
- Drop build with python2.

OBS-URL: https://build.opensuse.org/request/show/911396
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=129
2021-08-11 10:38:00 +00:00
e874117917 Accepting request 879847 from GNOME:Next
Update to 2.38.1

OBS-URL: https://build.opensuse.org/request/show/879847
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=127
2021-03-19 12:50:59 +00:00
a63419cbbc Accepting request 855753 from home:bnavigator:branches:GNOME:Factory
- Support future multiple python3 flavors 
  * fix py*atspi provides
  * remove %ifpython3 -- it will break
  * gh#openSUSE/python-rpm-macros#66
- Enable testsuite. General rule for python packages: must run if
  they are available. And it revealed a problem with the
  (not given) path to the python interpreter.
  * The test suite compiles test libraries which do not work for
    armv7l and ppc64le. Skip there.

OBS-URL: https://build.opensuse.org/request/show/855753
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=125
2020-12-21 10:19:16 +00:00
157b927aa8 Accepting request 842954 from GNOME:Next
update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842954
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=123
2020-10-26 08:14:29 +00:00
26503499da Accepting request 795116 from GNOME:Next
Resub, fixup .changes

OBS-URL: https://build.opensuse.org/request/show/795116
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=121
2020-04-17 22:56:01 +00:00
57dde1bd39 Accepting request 735097 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735097
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=119
2019-10-04 15:55:06 +00:00
a55a296fd3 Accepting request 695787 from home:jengelh:branches:GNOME:Factory
- Avoid use of em dashes in titles.

OBS-URL: https://build.opensuse.org/request/show/695787
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=117
2019-04-18 14:28:25 +00:00
56476d9c03 Accepting request 695642 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/695642
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=116
2019-04-18 13:19:17 +00:00
268ab89fd9 Accepting request 635386 from GNOME:Next
- Update to version 2.30.0:
  + No changes, stable bump only.
- Update to version 2.29.90:
  + registry: Rename async keyword for compatibility with Python
    3.7.
  + Add missing XY_PARENT export.
- Update to version 2.29.1:
  + Add ScrollTo and ScrollToPoint component interfaces.

OBS-URL: https://build.opensuse.org/request/show/635386
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=114
2018-09-17 02:38:10 +00:00
2422a659d8 Accepting request 581360 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581360
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=112
2018-03-05 13:59:13 +00:00
696003795f Accepting request 523510 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/523510
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=110
2017-09-12 11:04:05 +00:00
307b586146 Accepting request 519428 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519428
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=109
2017-08-31 07:44:28 +00:00
Bjørn Lie
d1e5b3adf4 Accepting request 491705 from home:TheBlackCat:branches:GNOME:Factory
Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/491705
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=107
2017-05-10 15:37:27 +00:00
8aa56ebe4c Accepting request 481641 from GNOME:Next
Update to 2.24.0

OBS-URL: https://build.opensuse.org/request/show/481641
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=105
2017-03-21 11:11:01 +00:00
Bjørn Lie
fc7a462990 Accepting request 450956 from GNOME:Next
Update to 2.20.3

OBS-URL: https://build.opensuse.org/request/show/450956
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=103
2017-01-17 12:39:45 +00:00
3f0c35400b Accepting request 399231 from SUSE:SLE-12-SP2:GA
Sync package with SLE12SP2 - just for easier tracking

OBS-URL: https://build.opensuse.org/request/show/399231
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=101
2016-06-01 10:06:34 +00:00
Bjørn Lie
6f361edb76 Accepting request 394732 from GNOME:Next
New stable

OBS-URL: https://build.opensuse.org/request/show/394732
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=99
2016-05-11 09:22:43 +00:00
165d056d7d Accepting request 388059 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/388059
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=97
2016-04-13 10:21:09 +00:00
a1242ec7b2 Accepting request 377229 from GNOME:Next
Update to 3.20.0

OBS-URL: https://build.opensuse.org/request/show/377229
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=95
2016-03-22 12:30:31 +00:00
4382a49eab Accepting request 363551 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/363551
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=94
2016-03-02 10:27:44 +00:00
9c933d7ddf Accepting request 332813 from GNOME:Next
Update to 3.18.0

OBS-URL: https://build.opensuse.org/request/show/332813
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=92
2015-09-22 08:22:39 +00:00
7e9851cc7c Accepting request 329037 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/329037
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=91
2015-09-04 11:32:30 +00:00
b919143ada Accepting request 292896 from GNOME:Next
Stable rel

OBS-URL: https://build.opensuse.org/request/show/292896
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=89
2015-03-25 09:06:08 +00:00
7b4cf58bed Accepting request 291503 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291503
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=88
2015-03-19 14:34:50 +00:00
747b2c4373 Accepting request 251951 from GNOME:Next
Push GNOME 3.14.0

OBS-URL: https://build.opensuse.org/request/show/251951
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=86
2014-09-25 07:44:17 +00:00
4e9fe480be Accepting request 228688 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228688
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=84
2014-04-03 20:49:08 +00:00
4da89a4e30 Accepting request 200324 from home:dimstar:branches:GNOME:Factory
Upadte to 2.10.0

OBS-URL: https://build.opensuse.org/request/show/200324
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=82
2013-09-24 20:04:59 +00:00
410a2ca45c Accepting request 199341 from home:Zaitor:branches:GNOME:Factory
Update to ver 2.9.92

OBS-URL: https://build.opensuse.org/request/show/199341
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=80
2013-09-19 19:27:45 +00:00
Bjørn Lie
d33b4bfd82 Accepting request 195664 from home:dimstar:branches:GNOME:Factory
Update to 2.9.90

OBS-URL: https://build.opensuse.org/request/show/195664
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=78
2013-08-21 21:07:18 +00:00
708fc9e65c Accepting request 180477 from home:dimstar:branches:GNOME:Factory
Update to 2.9.3

OBS-URL: https://build.opensuse.org/request/show/180477
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=76
2013-06-23 13:46:22 +00:00
Bjørn Lie
21020d610a Accepting request 176896 from home:dimstar:branches:GNOME:Factory
Update to 2.9.2

OBS-URL: https://build.opensuse.org/request/show/176896
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=75
2013-05-31 18:39:51 +00:00
c1a8b22957 Introduce python3-atspi
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=73
2013-04-19 16:48:35 +00:00
0eb412fd0e Accepting request 161100 from home:dimstar:branches:GNOME:Factory
Update to 2.8.0

OBS-URL: https://build.opensuse.org/request/show/161100
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=71
2013-03-26 20:13:22 +00:00
6cdf583f50 Accepting request 158485 from GNOME:Next
Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158485
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=70
2013-03-13 22:44:42 +00:00
e68a6eef3d Accepting request 139115 from home:dimstar:branches:GNOME:Factory
Do not install magFocusTracker.py sample applications - Removes unversioned dependency on typelib(Gdk).

OBS-URL: https://build.opensuse.org/request/show/139115
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=68
2012-10-29 20:52:51 +00:00
28ab58fc5f Accepting request 136002 from home:dimstar:branches:GNOME:Factory
Update to 2.6.0

OBS-URL: https://build.opensuse.org/request/show/136002
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=66
2012-09-25 22:12:18 +00:00
483fbe004a Accepting request 134934 from home:Zaitor:branches:GNOME:Factory
Update and hack to silence lintwarning, remove patch that was not intended to be included in SR

OBS-URL: https://build.opensuse.org/request/show/134934
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=64
2012-09-21 20:34:14 +00:00
Vincent Untz
9dc63b1395 Accepting request 132791 from GNOME:Next
Starting to push GNOME:Next...

OBS-URL: https://build.opensuse.org/request/show/132791
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=63
2012-09-07 15:32:21 +00:00
Vincent Untz
97a3af8b1e Accepting request 111265 from home:vuntz:branches:GNOME:Factory
Update to 2.4.0

OBS-URL: https://build.opensuse.org/request/show/111265
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=61
2012-03-28 06:03:45 +00:00
Vincent Untz
4d81752faa Accepting request 110217 from home:vuntz:branches:GNOME:Factory
Update to 2.3.92

OBS-URL: https://build.opensuse.org/request/show/110217
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=60
2012-03-21 09:06:20 +00:00
2c879a15fc Accepting request 108107 from home:vuntz:branches:GNOME:Factory
Update to 2.3.91

OBS-URL: https://build.opensuse.org/request/show/108107
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=58
2012-03-11 17:40:28 +00:00
Vincent Untz
b93cee78a7 Accepting request 102991 from home:vuntz:branches:GNOME:Factory
Update to 2.3.5

OBS-URL: https://build.opensuse.org/request/show/102991
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=56
2012-02-08 11:00:16 +00:00
849a93d3e4 Accepting request 100228 from home:vuntz:branches:GNOME:Factory
Update to 2.3.4

OBS-URL: https://build.opensuse.org/request/show/100228
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=54
2012-01-17 15:58:58 +00:00