17
0

10 Commits

Author SHA256 Message Date
e51e521ae0 Accepting request 1322583 from devel:languages:python
- update to 6.1:
  * **NEW**: Include Unicode 17 zip for early Python 3.15 usage,
    though Python 3.15 functionality is not guaranteed.
  * **FIX**: Fix issues with regex imports in later versions.
  * **FIX**: Fix a regression that created an ASCII binary
    property that would override the ASCII block property.
  * **NEW**: POSIX character classes will now always use POSIX
    compatibility rules instead of Unicode standard rules,
  * if any are specified in the Unicode specification. The
    affected character classes are: `[[:alnum:]]`, `[[:digit:]]`,
  * `[[:xdigit:]]`, and  `[[:punct:]]`. To explicitly use
    standard Unicode rules for these compatibility properties,
    use
  * the Unicode property form instead: `[\p{Alnum}]`,
    `[\p{Digit}]`, `[\p{Punct}]`, or `[\p{XDigit}]`. This has
    changed
  * to ensure no confusion for users expecting compatible POSIX
    style character class properties.
  * **FIX**: Scoped ASCII/Unicode flags
    (`(?a:pattern)`/`(?u:pattern)`) should be respected for
    Unicode properties in
  * `bre` and will ensure ASCII or Unicode range if used.
  * **FIX**: Fix issues related to detecting disabled scoped
    flags.

- initial version 5.8

OBS-URL: https://build.opensuse.org/request/show/1322583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-backrefs?expand=0&rev=4
2025-12-12 20:42:37 +00:00
5130534488 - update to 6.1:
* **NEW**: Include Unicode 17 zip for early Python 3.15 usage,
    though Python 3.15 functionality is not guaranteed.
  * **FIX**: Fix issues with regex imports in later versions.
  * **FIX**: Fix a regression that created an ASCII binary
    property that would override the ASCII block property.
  * **NEW**: POSIX character classes will now always use POSIX
    compatibility rules instead of Unicode standard rules,
  * if any are specified in the Unicode specification. The
    affected character classes are: `[[:alnum:]]`, `[[:digit:]]`,
  * `[[:xdigit:]]`, and  `[[:punct:]]`. To explicitly use
    standard Unicode rules for these compatibility properties,
    use
  * the Unicode property form instead: `[\p{Alnum}]`,
    `[\p{Digit}]`, `[\p{Punct}]`, or `[\p{XDigit}]`. This has
    changed
  * to ensure no confusion for users expecting compatible POSIX
    style character class properties.
  * **FIX**: Scoped ASCII/Unicode flags
    (`(?a:pattern)`/`(?u:pattern)`) should be respected for
    Unicode properties in
  * `bre` and will ensure ASCII or Unicode range if used.
  * **FIX**: Fix issues related to detecting disabled scoped
    flags.
- initial version 5.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=6
2025-12-12 10:48:29 +00:00
40d2e994a7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=5 2025-12-12 10:48:04 +00:00
4149504634 - update to 6.1:
* **NEW**: Include Unicode 17 zip for early Python 3.15 usage,
    though Python 3.15 functionality is not guaranteed.
  * **FIX**: Fix issues with regex imports in later versions.
  * **FIX**: Fix a regression that created an ASCII binary
    property that would override the ASCII block property.
  * **NEW**: POSIX character classes will now always use POSIX
    compatibility rules instead of Unicode standard rules,
  * if any are specified in the Unicode specification. The
    affected character classes are: `[[:alnum:]]`, `[[:digit:]]`,
  * `[[:xdigit:]]`, and  `[[:punct:]]`. To explicitly use
    standard Unicode rules for these compatibility properties,
    use
  * the Unicode property form instead: `[\p{Alnum}]`,
    `[\p{Digit}]`, `[\p{Punct}]`, or `[\p{XDigit}]`. This has
    changed
  * to ensure no confusion for users expecting compatible POSIX
    style character class properties.
  * **FIX**: Scoped ASCII/Unicode flags
    (`(?a:pattern)`/`(?u:pattern)`) should be respected for
    Unicode properties in
  * `bre` and will ensure ASCII or Unicode range if used.
  * **FIX**: Fix issues related to detecting disabled scoped
    flags.
- initial version 5.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=4
2025-12-12 10:46:40 +00:00
dbbf15dccd Accepting request 1291934 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1291934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-backrefs?expand=0&rev=3
2025-07-11 19:30:40 +00:00
f2022f4b4a - Update to 5.9
* NEW: Add support for Python 3.14.
  * ENHANCE: Switch to deploying with PyPI's "Trusted Publisher".

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=3
2025-07-11 10:32:19 +00:00
89f75793ac Accepting request 1272652 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1272652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-backrefs?expand=0&rev=2
2025-04-25 20:19:49 +00:00
b7eed5e1fc - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=2
2025-04-25 11:14:22 +00:00
ae0bbb6973 Accepting request 1250095 from devel:languages:python
New package, new dependency for python-mkdocs-material

OBS-URL: https://build.opensuse.org/request/show/1250095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-backrefs?expand=0&rev=1
2025-03-04 17:33:51 +00:00
fe9186e225 New package, new dependency for python-mkdocs-material
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=1
2025-03-04 14:37:23 +00:00