summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-satnogs-db.spec29
-rw-r--r--sources2
3 files changed, 20 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 63263b5..7d45585 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/satnogs-db-1.49.tar.gz
+/satnogs-db-1.50.tar.gz
diff --git a/python-satnogs-db.spec b/python-satnogs-db.spec
index abd0422..14f20e4 100644
--- a/python-satnogs-db.spec
+++ b/python-satnogs-db.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-satnogs-db
-Version: 1.49
+Version: 1.50
Release: 1
Summary: SatNOGS DB
License: AGPLv3
URL: https://gitlab.com/librespacefoundation/satnogs/satnogs-db
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/0f/66b9db3880b7074694c3978dcd7ad22df2199c6c593403193dbb846dc534/satnogs-db-1.49.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/df/57/20937b344934c0a28c6987893769604b068fe492dde2fe420e31ca7b71b0/satnogs-db-1.50.tar.gz
BuildArch: noarch
Requires: python3-Django
@@ -49,15 +49,22 @@ Requires: python3-django-countries
Requires: python3-PyLD
Requires: python3-django-debug-toolbar
Requires: python3-versioneer
+Requires: python3-build
+Requires: python3-factory-boy
Requires: python3-pytest-celery
Requires: python3-pytest-cov
Requires: python3-pytest-django
Requires: python3-pytest-forked
Requires: python3-pytest-xdist
-Requires: python3-mock
-Requires: python3-factory-boy
Requires: python3-docopts
Requires: python3-tox
+Requires: python3-flake8
+Requires: python3-isort
+Requires: python3-yapf
+Requires: python3-pylint
+Requires: python3-pylint-django
+Requires: python3-sphinx-rtd-theme
+Requires: python3-twine
%description
@@ -78,7 +85,7 @@ Provides: python3-satnogs-db-doc
%prep
-%autosetup -n satnogs-db-1.49
+%autosetup -n satnogs-db-1.50
%build
%py3_build
@@ -92,20 +99,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -118,5 +125,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.49-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.50-1
- Package Spec generated
diff --git a/sources b/sources
index 5245ed8..230fa3e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5120983adf6a645a7dc66dbc4f5a9b5 satnogs-db-1.49.tar.gz
+47bf07ca4c36f2a3fa5f66330ec3d016 satnogs-db-1.50.tar.gz