14
0

4 Commits

Author SHA256 Message Date
4402804a31 Accepting request 1309351 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1309351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycparser?expand=0&rev=16
2025-10-08 16:12:23 +00:00
7e13f7ce3a - update to elease_v2.23:
* Allow abstract declarator "static" (GH issue #539)
  * Add support for Python 3.13
  * Add dirent and socket typedefs.
  * Support for labels with no statement
  * Accept empty 'case' or 'default' labels
  * fix: preserve parentheses for statement exprs
  * fix: hex float types
  * Explicit error for comments, with README link
  * showemptyattrs option on Node.show()
  * Add fake typedefs for GNU Extension 128-bit integers.
  * Typedef for __kernel_sa_family_t in linux/socket.h
- update to elease_v2.22:
  * Add missing SCHAR limit defines
  * Use proper SPDX identifier
  * Add Python 3.11 as a supported version
  * Fix multi-pragma/single statement blocks
  * Add an encoding parameter to parse_file
  * Feature/add  pragma support
  * Set up permissions to ci.yml
  * _build_tables: Invalidate cache before importing generated
    modules
  * Upgrade GitHub Actions
  * Create a Security Policy
  * New example to generate AST from scratch
  * Add support for Python 3.12
  * ply: Make generated lextab.py deterministic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=36
2025-09-29 16:40:25 +00:00
cdb20e946d Accepting request 1282619 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1282619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycparser?expand=0&rev=15
2025-06-06 20:35:13 +00:00
d907250560 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=34
2025-06-04 09:30:02 +00:00
4 changed files with 36 additions and 5 deletions

BIN
pycparser-2.22.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pycparser-2.23.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2
size 173734

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Sep 29 16:39:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to elease_v2.23:
* Allow abstract declarator "static" (GH issue #539)
* Add support for Python 3.13
* Add dirent and socket typedefs.
* Support for labels with no statement
* Accept empty 'case' or 'default' labels
* fix: preserve parentheses for statement exprs
* fix: hex float types
* Explicit error for comments, with README link
* showemptyattrs option on Node.show()
* Add fake typedefs for GNU Extension 128-bit integers.
* Typedef for __kernel_sa_family_t in linux/socket.h
- update to elease_v2.22:
* Add missing SCHAR limit defines
* Use proper SPDX identifier
* Add Python 3.11 as a supported version
* Fix multi-pragma/single statement blocks
* Add an encoding parameter to parse_file
* Feature/add pragma support
* Set up permissions to ci.yml
* _build_tables: Invalidate cache before importing generated
modules
* Upgrade GitHub Actions
* Create a Security Policy
* New example to generate AST from scratch
* Add support for Python 3.12
* ply: Make generated lextab.py deterministic
-------------------------------------------------------------------
Wed Jun 4 09:29:45 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pycparser
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pycparser
Version: 2.22
Version: 2.23
Release: 0
Summary: C parser in Python
License: BSD-3-Clause