Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 390a9fac0f | |||
| bbd1cc06e2 | |||
| 7b7d47a985 | |||
| b502351ede |
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 24 02:22:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 9 15:53:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 7.1.1:
|
||||||
|
* https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.1.1.rst
|
||||||
|
* https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.1.rst
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 29 06:57:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jun 29 06:57:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-robotframework
|
# spec file for package python-robotframework
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-robotframework
|
Name: python-robotframework
|
||||||
Version: 7.0.1
|
Version: 7.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic test automation framework for acceptance testing and ATDD
|
Summary: Generic test automation framework for acceptance testing and ATDD
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://robotframework.org/
|
URL: https://robotframework.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/robotframework/robotframework-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/r/robotframework/robotframework-%{version}.zip
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@@ -49,10 +50,10 @@ for file in $(grep -l '#!%{_bindir}/env python' src/robot/*.py); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
for p in robot rebot libdoc; do
|
for p in robot rebot libdoc; do
|
||||||
%python_clone -a %{buildroot}%{_bindir}/$p
|
%python_clone -a %{buildroot}%{_bindir}/$p
|
||||||
done
|
done
|
||||||
@@ -71,6 +72,7 @@ done
|
|||||||
%python_alternative %{_bindir}/rebot
|
%python_alternative %{_bindir}/rebot
|
||||||
%python_alternative %{_bindir}/robot
|
%python_alternative %{_bindir}/robot
|
||||||
%python_alternative %{_bindir}/libdoc
|
%python_alternative %{_bindir}/libdoc
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/robot
|
||||||
|
%{python_sitelib}/robotframework-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58d01b84cd7eccea69f2dbe13cbcbff1299e551168d3b88c25617b0c9d6ddc75
|
|
||||||
size 758216
|
|
||||||
3
robotframework-7.1.1.zip
Normal file
3
robotframework-7.1.1.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f85919c68c4d0837006e5f09dde1ef689f082eba2e7e64d5758753f9ee8bfea9
|
||||||
|
size 761336
|
||||||
Reference in New Issue
Block a user