18
0

Accepting request 1334491 from devel:languages:python

- Update to version 0.17.1+git.1766559334.7ccd8d6:
  * Sync Python version classifiers with requires-python >= 3.10
  * Fix deprecated APIs and correct Python version requirement
  * update dependencies
  * Remove python 2 compatibility, add type hints

OBS-URL: https://build.opensuse.org/request/show/1334491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-EditorConfig?expand=0&rev=10
This commit is contained in:
2026-02-23 15:13:23 +00:00
committed by Git OBS Bridge
7 changed files with 23 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
<param name="scm">git</param>
<param name="versionprefix">0.17.0+git</param>
<param name="versionprefix">0.17.1+git</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>

View File

@@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
<param name="changesrevision">8dca1b6fb5606082f9f95fa312ecb08f0382ee4a</param></service></servicedata>
<service name="tar_scm">
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
<param name="changesrevision">7ccd8d6a6e372f2678a37ccc40dd0a47468ac50c</param>
</service>
</servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fcee83375adc025aa4f89fd81e8d45c35964635a6d9761ce3a8648d4f7345c6
size 153099

View File

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

View File

@@ -1,4 +1,4 @@
name: editorconfig-core-py
version: 0.17.0+git.1743012229.8dca1b6
mtime: 1743012229
commit: 8dca1b6fb5606082f9f95fa312ecb08f0382ee4a
version: 0.17.1+git.1766559334.7ccd8d6
mtime: 1766559334
commit: 7ccd8d6a6e372f2678a37ccc40dd0a47468ac50c

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 22 18:21:55 UTC 2026 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 0.17.1+git.1766559334.7ccd8d6:
* Sync Python version classifiers with requires-python >= 3.10
* Fix deprecated APIs and correct Python version requirement
* update dependencies
* Remove python 2 compatibility, add type hints
-------------------------------------------------------------------
Sat Mar 29 21:11:42 UTC 2025 - mcepl@cepl.eu

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-EditorConfig
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 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 @@
%define modname editorconfig
Name: python-EditorConfig
Version: 0.17.0+git.1743012229.8dca1b6
Version: 0.17.1+git.1766559334.7ccd8d6
Release: 0
Summary: File Locator and Interpreter for Python
License: BSD-2-Clause AND Python-2.0