17
0

24 Commits

Author SHA256 Message Date
05ba7dbcc4 Accepting request 1227801 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1227801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=11
2024-12-02 18:10:19 +00:00
84ea88c3ee Accepting request 1227798 from home:mcalabkova:branches:devel:languages:python
- Add patch parentheses.patch to fix tests on Python 3.13

OBS-URL: https://build.opensuse.org/request/show/1227798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=22
2024-12-02 15:32:18 +00:00
4d9f6b944e Accepting request 1227108 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1227108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=10
2024-11-28 21:43:08 +00:00
c0471cea05 - skip for python 3.13
- need to turn off noarch to be able to skip tests on 32bit arches
  3.9 support -- gh#simonpercivall/astunparse#57

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=20
2024-11-21 10:08:49 +00:00
20bc4832cf Accepting request 1119276 from devel:languages:python
- Clean up the SPEC file

OBS-URL: https://build.opensuse.org/request/show/1119276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=9
2023-10-22 19:01:08 +00:00
63a8d16b9c - Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=18
2023-10-20 19:42:33 +00:00
41d18b5f11 Accepting request 1082057 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=8
2023-04-22 20:03:07 +00:00
6f2022579d Accepting request 1081335 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=16
2023-04-21 15:12:25 +00:00
762db5886c Accepting request 1066360 from devel:languages:python
- need to turn off noarch to be able to skip tests on 32bit arches 

- add fix-formatted-value.patch
- skip tests on 32bit platforms

OBS-URL: https://build.opensuse.org/request/show/1066360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=7
2023-02-18 16:10:16 +00:00
bad8b5c8ad - need to turn off noarch to be able to skip tests on 32bit arches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=14
2023-02-17 11:00:13 +00:00
58b05a69f6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=13 2023-02-17 10:45:00 +00:00
2aa327f5c9 - add fix-formatted-value.patch
- skip tests on 32bit platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=12
2023-02-16 22:40:09 +00:00
3d08a8c7a5 Accepting request 917907 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/917907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=6
2021-09-10 21:41:25 +00:00
32db6c416a Accepting request 917858 from home:pgajdos:python
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/917858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=11
2021-09-10 09:00:07 +00:00
1c89d82b25 Accepting request 886561 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/886561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=5
2021-04-19 19:05:58 +00:00
41d0c27adc Accepting request 886444 from home:bnavigator:branches:devel:languages:python
- Add astunparse-pr57-py39.patch by Fedora maintainer for Python
  3.9 support -- gh#simonpercivall/astunparse#57

OBS-URL: https://build.opensuse.org/request/show/886444
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=9
2021-04-19 06:30:12 +00:00
0dbea08794 Accepting request 765351 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/765351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=4
2020-01-18 11:18:20 +00:00
Tomáš Chvátal
e547b960cb Accepting request 765322 from home:mcalabkova:branches:devel:languages:python
- update to 1.6.3
  * Add full support for Python 3.8

OBS-URL: https://build.opensuse.org/request/show/765322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=7
2020-01-17 18:09:20 +00:00
48b7587ca4 Accepting request 682137 from devel:languages:python
- Update to 1.6.2:
  * Python 3.7 compatibility
  * Fix the roundtripping of very complex f-strings.
  * Add support for the Constant node in Python 3.8
  * Add tests to the sdist
- Execute tests

OBS-URL: https://build.opensuse.org/request/show/682137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=3
2019-03-06 14:52:38 +00:00
Tomáš Chvátal
197360084c - Update to 1.6.2:
* Python 3.7 compatibility
  * Fix the roundtripping of very complex f-strings.
  * Add support for the Constant node in Python 3.8
  * Add tests to the sdist
- Execute tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=5
2019-03-06 12:31:22 +00:00
ccbcfed25d Accepting request 653922 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/653922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=2
2018-12-12 16:25:18 +00:00
7b27b9062d Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=3
2018-12-04 13:14:13 +00:00
85430fd541 Accepting request 627213 from devel:languages:python
Required by python-PsychoPy

OBS-URL: https://build.opensuse.org/request/show/627213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astunparse?expand=0&rev=1
2018-08-03 10:40:18 +00:00
Todd R
7eb169fbf0 Required by python-PsychoPy
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=1
2018-08-03 03:47:58 +00:00