SHA256
1
0
forked from pool/python-Gloo

9 Commits

Author SHA256 Message Date
cb1cac4146 Accepting request 1274336 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1274336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Gloo?expand=0&rev=5
2025-05-05 20:27:54 +00:00
b3f7557f1e - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Gloo?expand=0&rev=9
2025-05-05 06:20:03 +00:00
4a92984ca4 Accepting request 1197811 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Gloo?expand=0&rev=4
2024-09-01 17:21:34 +00:00
ada4e094eb Accepting request 895235 from devel:languages:python
- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/request/show/895235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Gloo?expand=0&rev=3
2021-06-01 08:35:13 +00:00
0a42c3cacf - Do not build for Python 3.6, due to no NumPy.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Gloo?expand=0&rev=5
2021-05-25 04:47:14 +00:00
7cfd1b62b0 Accepting request 729702 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/729702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Gloo?expand=0&rev=2
2019-09-11 08:34:11 +00:00
Tomáš Chvátal
8d44590318 Accepting request 729686 from home:jengelh:branches:devel:languages:python
- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/729686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Gloo?expand=0&rev=3
2019-09-10 08:30:26 +00:00
80fb150132 Accepting request 727103 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/727103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Gloo?expand=0&rev=1
2019-09-04 07:10:41 +00:00
Tomáš Chvátal
552670b6d8 Accepting request 726984 from home:mslacken:ml
* added right license info
* tests are broken, so they are not used

OBS-URL: https://build.opensuse.org/request/show/726984
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Gloo?expand=0&rev=1
2019-08-30 00:49:52 +00:00
2 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 5 06:19:28 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 28 04:36:43 UTC 2024 - Guang Yee <gyee@suse.com> Wed Aug 28 04:36:43 UTC 2024 - Guang Yee <gyee@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-Gloo # spec file for package python-Gloo
# #
# 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
@@ -17,7 +17,6 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%define skip_python36 1
Name: python-Gloo Name: python-Gloo
Version: 0.1.2 Version: 0.1.2
Release: 0 Release: 0
@@ -25,7 +24,9 @@ Summary: Project management for data analysis projects
License: BSD-3-Clause License: BSD-3-Clause
URL: https://pypi.python.org/pypi/Gloo/ URL: https://pypi.python.org/pypi/Gloo/
Source: https://files.pythonhosted.org/packages/source/G/Gloo/Gloo-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/G/Gloo/Gloo-%{version}.tar.gz
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
Requires: python-pandas Requires: python-pandas
@@ -42,10 +43,10 @@ runs scripts, makes utitlity functions available and more.
%setup -q -n Gloo-%{version} %setup -q -n Gloo-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
# The tests in test directory are broken and so they are not checked # The tests in test directory are broken and so they are not checked
@@ -53,6 +54,7 @@ runs scripts, makes utitlity functions available and more.
%files %{python_files} %files %{python_files}
%doc CHANGES.txt README.rst %doc CHANGES.txt README.rst
%license LICENSE.txt %license LICENSE.txt
%{python_sitelib}/* %{python_sitelib}/[Gg]loo
%{python_sitelib}/[Gg]loo-%{version}.dist-info
%changelog %changelog