Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
e12d45cdf1 | |||
4c27a46e71 | |||
76e04a2ac5 | |||
5ce074c3d3 | |||
34937c3dae | |||
81d192e749 | |||
e880527d44 |
10
_service
10
_service
@@ -1,15 +1,15 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
|
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionprefix">0.12.3+git</param>
|
<param name="versionprefix">0.17.0+git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="changesauthor">mcepl@cepl.eu</param>
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version" />
|
<service mode="manual" name="set_version" />
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
|
<param name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
|
||||||
<param name="changesrevision">f43312abcf6888b78ca80f1e95bfa627281746ad</param></service></servicedata>
|
<param name="changesrevision">8dca1b6fb5606082f9f95fa312ecb08f0382ee4a</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d828948977c6b02ea3aa78865b0de1bf183b7034e62e84b70d5654a6920bf806
|
|
||||||
size 27788
|
|
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7fcee83375adc025aa4f89fd81e8d45c35964635a6d9761ce3a8648d4f7345c6
|
||||||
|
size 153099
|
@@ -1,5 +1,4 @@
|
|||||||
name: editorconfig-core-py
|
name: editorconfig-core-py
|
||||||
version: 0.12.3+git.1630438300.f43312a
|
version: 0.17.0+git.1743012229.8dca1b6
|
||||||
mtime: 1630438300
|
mtime: 1743012229
|
||||||
commit: f43312abcf6888b78ca80f1e95bfa627281746ad
|
commit: 8dca1b6fb5606082f9f95fa312ecb08f0382ee4a
|
||||||
|
|
||||||
|
@@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 29 21:11:42 UTC 2025 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
- Update to version 0.17.0+git.1743012229.8dca1b6:
|
||||||
|
* chore(deps): update dependency setuptools to v78 (#70)
|
||||||
|
* chore(deps): update dependency setuptools to >=77.0.3 (#69)
|
||||||
|
* chore(deps): update dependency setuptools to v77 (#68)
|
||||||
|
* chore(deps): update dependency setuptools to >=76.1.0 (#66)
|
||||||
|
* chore(deps): update dependency setuptools to v76 (#67)
|
||||||
|
* chore(deps): update dependency setuptools to >=75.8.2 (#65)
|
||||||
|
* chore(deps): update dependency setuptools to >=75.8.1 (#64)
|
||||||
|
* chore(deps): update tests digest to 38e1f14 (#63)
|
||||||
|
* chore(deps): update tests digest to 7d75ceb (#62)
|
||||||
|
* chore(deps): update dependency setuptools to >=75.8.0 (#61)
|
||||||
|
* chore(deps): update dependency setuptools to v75 (#60)
|
||||||
|
* Add renovate for auto updating dependencies (#58)
|
||||||
|
* Bump version to 0.17.0 (#57)
|
||||||
|
* Use alpine 3.21 (CMake 3.21), bump tests (#56)
|
||||||
|
* Use alpine instead of Debian image for testing (#55)
|
||||||
|
* Move the metadata into `PEP 621`-compliant `pyproject.toml` (#54)
|
||||||
|
* Add CI for Runtime Test (#53)
|
||||||
|
* Require CMake 3.16.3 (#52)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 02:26:09 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 4 13:38:40 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Don't write python bytecode in tests for reproducible builds
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 30 21:16:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to editorconfig-core-py-0.12.4+git.1707726233.2740dee:
|
||||||
|
* Bump to v0.12.4 (#50)
|
||||||
|
* fix: only support Python3 (#48)
|
||||||
|
* Move the most of metadata into `setup.cfg` supported since Dec 2015. (#44)
|
||||||
|
* Add additional URLs into package metadata. (#43)
|
||||||
|
* Fix cloning submodules (#40)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 18 09:35:34 UTC 2021 - mcepl@cepl.eu
|
Sat Sep 18 09:35:34 UTC 2021 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-EditorConfig
|
# spec file for package python-EditorConfig
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,16 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%define modname editorconfig
|
||||||
%define modname editorconfig-core-py
|
|
||||||
Name: python-EditorConfig
|
Name: python-EditorConfig
|
||||||
Version: 0.12.3+git.1630438300.f43312a
|
Version: 0.17.0+git.1743012229.8dca1b6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File Locator and Interpreter for Python
|
Summary: File Locator and Interpreter for Python
|
||||||
License: BSD-2-Clause AND Python-2.0
|
License: BSD-2-Clause AND Python-2.0
|
||||||
URL: https://editorconfig.org
|
URL: https://editorconfig.org
|
||||||
Source0: %{modname}-%{version}.tar.xz
|
# Source0: https://files.pythonhosted.org/packages/source/e/%%{modname}/%%{modname}-%%{version}.tar.gz
|
||||||
|
Source0: editorconfig-core-py-%{version}.tar.xz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -38,27 +40,29 @@ EditorConfig C Core. EditorConfig Python core can be used as a
|
|||||||
command line program or as an importable library.
|
command line program or as an importable library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{modname}-%{version}
|
%autosetup -p1 -n editorconfig-core-py-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
# remove executable that is already supplied by the editorconfig package
|
# remove executable that is already supplied by the editorconfig package
|
||||||
rm -rf %{buildroot}%{_bindir}
|
rm -rf %{buildroot}%{_bindir}
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
# Still not resolved issues with tests, gh#editorconfig/editorconfig-core-py#37
|
# Still not resolved issues with tests, gh#editorconfig/editorconfig-core-py#37
|
||||||
cmake .
|
%{python_expand cmake .
|
||||||
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||||
ctest -VV --output-on-failure . || /bin/true
|
ctest -VV --output-on-failure . || /bin/true
|
||||||
|
}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.* COPYING
|
%license LICENSE.* COPYING
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/editorconfig
|
%{python_sitelib}/editorconfig
|
||||||
%{python_sitelib}/EditorConfig-*.egg-info
|
%{python_sitelib}/editorconfig-%(echo %{version}|cut -d+ -f 1)*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user