python-scooby 0.7.1-1 (aarch64;znver1;x86_64) 2023-17256
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | unsupported | ||||||
| URL | https://abf.openmandriva.org/build_lists/288114 | ||||||
| Packages |
|
||||||
| Build Date | 2023-01-28 11:54:30 +0000 UTC | ||||||
| Last Updated | 2023-01-30 01:45:49.637775663 +0000 UTC |
$ git diff --patch-with-stat --summary b35857f47a9ad84472bd550c0586b0627eddce02..550b833d8f74c9efd0d6941515e4db307f08ecdc
.abf.yml | 3 +--
check-update.sh | 5 -----
python-scooby.spec | 16 +++++++---------
3 files changed, 8 insertions(+), 16 deletions(-)
delete mode 100755 check-update.sh
diff --git a/.abf.yml b/.abf.yml
index c81eb89..d1c70aa 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,3 +1,2 @@
sources:
- scooby-0.6.0.tar.gz: 50ecf4c36262be2ec9adc03b9ac6dd01729cef09
-
+ scooby-0.7.1.tar.gz: 8aa5fa32ca1c433a89ad9b40c1767b65993e9de5
diff --git a/check-update.sh b/check-update.sh
deleted file mode 100755
index 433d49f..0000000
--- a/check-update.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-py_module=scooby
-curl https://pypi.org/project/${py_module}/ 2>/dev/null |grep -A1 "package-header__name" |sed -ne "s,.*${py_module} ,,p"
-
-
diff --git a/python-scooby.spec b/python-scooby.spec
index 226699a..cf4bef7 100644
--- a/python-scooby.spec
+++ b/python-scooby.spec
@@ -1,14 +1,11 @@
-%global module scooby
-%global fname %(m=%{module}; echo ${m:0:1})
-
Summary: A Python lightweight environment detective
-Name: python-%{module}
-Version: 0.6.0
+Name: python-scooby
+Version: 0.7.1
Release: 1
Group: Development/Python
License: MIT
URL: https://github.com/banesullivan/scooby
-Source0: https://pypi.io/packages/source/%{fname}/%{module}/%{module}-%{version}.tar.gz
+Source0: https://pypi.io/packages/source/s/scooby/scooby-%{version}.tar.gz
BuildRequires: pkgconfig(python)
BuildRequires: python3dist(pip)
@@ -23,8 +20,9 @@ BuildArch: noarch
%files
%license LICENSE
%doc README.md
-%{py_sitedir}/%{module}/
-%{py_sitedir}/%{module}-%{version}.dist-info/
+%{_bindir}/scooby
+%{py_sitedir}/scooby/
+%{py_sitedir}/scooby*-info/
#----------------------------------------------------------------------------
@@ -33,7 +31,7 @@ This is a lightweight tool for easily reporting your Python environment's
package versions and hardware resources.
%prep
-%autosetup -n %{module}-%{version}
+%autosetup -n scooby-%{version}
%build
%py_build
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1168d 22hrs |
| benbullard79 [@T] cox.net | No Comment. | 1168d 22hrs |