1
0

9 Commits

Author SHA256 Message Date
d9ea67bffc Accepting request 1284629 from devel:languages:python
- Switch to pyproject macros.
- Explicitly list files and directories in %files.

OBS-URL: https://build.opensuse.org/request/show/1284629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-eval?expand=0&rev=5
2025-06-11 14:19:02 +00:00
98476ce107 - Switch to pyproject macros.
- Explicitly list files and directories in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-eval?expand=0&rev=9
2025-06-11 06:16:07 +00:00
10595f7af3 Accepting request 1189789 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1189789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-eval?expand=0&rev=4
2024-07-28 15:18:57 +00:00
a51b0d2a6c Accepting request 1081818 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-eval?expand=0&rev=3
2023-04-22 19:59:28 +00:00
ae16cb3a95 Accepting request 1081539 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-eval?expand=0&rev=5
2023-04-21 14:10:43 +00:00
907d455478 Accepting request 1008173 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-eval?expand=0&rev=2
2022-10-10 16:44:11 +00:00
c88caa8f42 Accepting request 1008048 from home:yarunachalam:branches:devel:languages:python
- Update to Version 0.2.2 
  Merge pull request #12 from alexmojaki/ensure_dict
      Ensure dict

OBS-URL: https://build.opensuse.org/request/show/1008048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-eval?expand=0&rev=3
2022-10-05 10:19:54 +00:00
226b85fb56 Accepting request 946621 from devel:languages:python
Required for upgrade to IPython 8.0

OBS-URL: https://build.opensuse.org/request/show/946621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-eval?expand=0&rev=1
2022-01-15 19:05:12 +00:00
70a72e8b5d Accepting request 946613 from home:mcepl:branches:devel:languages:python:jupyter
Required for upgrade to IPython 8.0

OBS-URL: https://build.opensuse.org/request/show/946613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-eval?expand=0&rev=1
2022-01-15 13:37:13 +00:00
3 changed files with 12 additions and 8 deletions

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 11 05:52:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Explicitly list files and directories in %files.
-------------------------------------------------------------------
Thu Jul 25 14:21:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pure-eval
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-pure-eval
Version: 0.2.3
@@ -25,6 +24,7 @@ Summary: Safely evaluate AST nodes without side effects
License: MIT
URL: https://github.com/alexmojaki/pure_eval
Source: https://files.pythonhosted.org/packages/source/p/pure_eval/pure_eval-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 44}
BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module wheel}
@@ -43,16 +43,17 @@ Safely evaluate AST nodes without side effects
%autosetup -p1 -n pure_eval-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%{python_sitelib}/pure_eval*
%{python_sitelib}/pure_eval
%{python_sitelib}/pure_eval-%{version}.dist-info
%changelog