]> git.pld-linux.org Git - packages/python3-flask-login.git/commitdiff
Up to 0.6.2 (as separate python3 package) auto/th/python3-flask-login-0.6.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2022 08:41:20 +0000 (09:41 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2022 08:41:20 +0000 (09:41 +0100)
python-flask-login.spec [deleted file]
python3-flask-login.spec [new file with mode: 0644]

diff --git a/python-flask-login.spec b/python-flask-login.spec
deleted file mode 100644 (file)
index 517853c..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-#
-# Conditional build:
-%bcond_without  python2 # CPython 2.x module
-%bcond_without  python3 # CPython 3.x module
-
-%define         module  flask-login
-Summary:       Flask-Login provides user session management for Flask
-Summary(pl.UTF-8):     Wsparcie dla zarzadzania sesja uzytkownika w aplikacjach Flask
-Name:          python-%{module}
-Version:       0.5.0
-Release:       5
-License:       MIT
-Group:         Libraries/Python
-Source0:       https://pypi.python.org/packages/source/F/Flask-Login/Flask-Login-%{version}.tar.gz
-# Source0-md5: a2d94aa6ae935345ebc68eb3cbb5fccd
-URL:           https://github.com/maxcountryman/flask-login/
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
-%if %{with python2}
-BuildRequires: python-distribute
-%endif
-%if %{with python3}
-BuildRequires: python3-modules
-%endif
-Requires:      python-modules
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Flask-Login provides user session management for Flask. It handles the
-common tasks of logging in, logging out, and remembering your users'
-sessions over extended periods of time.
-
-%description -l pl.UTF-8
-Wsparcie dla zarzadzania sesja uzytkownika w aplikacjach Flask. Plugin
-obsluguje najpopularniejsze przypadki uzycia: logowanie, wylogowanie,
-zapamietywanie sesji uzytkownikow przez okreslony czas.
-
-%package -n python3-%{module}
-Summary:       Flask-Login provides user session management for Flask
-Summary(pl.UTF-8):     Wsparcie dla zarzadzania sesja uzytkownika w aplikacjach Flask
-Group:         Libraries/Python
-Requires:      python3-modules
-
-%description -n python3-%{module}
-Flask-Login provides user session management for Flask. It handles the
-common tasks of logging in, logging out, and remembering your users'
-sessions over extended periods of time.
-
-%description -n python3-%{module} -l pl.UTF-8
-Wsparcie dla zarzadzania sesja uzytkownika w aplikacjach Flask. Plugin
-obsluguje najpopularniejsze przypadki uzycia: logowanie, wylogowanie,
-zapamietywanie sesji uzytkownikow przez okreslony czas.
-
-%prep
-%setup -q -n Flask-Login-%{version}
-
-%build
-%if %{with python2}
-%py_build
-%endif
-
-%if %{with python3}
-%py3_build
-%endif
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with python2}
-%py_install
-
-%py_postclean
-%endif
-
-%if %{with python3}
-%py3_install
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with python2}
-%files
-%defattr(644,root,root,755)
-%doc README.md LICENSE
-%{py_sitescriptdir}/flask_login
-%if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/Flask_Login-%{version}-py*.egg-info
-%endif
-%endif
-
-%if %{with python3}
-%files -n python3-%{module}
-%defattr(644,root,root,755)
-%doc README.md LICENSE
-%{py3_sitescriptdir}/flask_login
-%{py3_sitescriptdir}/Flask_Login-%{version}-py*.egg-info
-%endif
-
diff --git a/python3-flask-login.spec b/python3-flask-login.spec
new file mode 100644 (file)
index 0000000..7163703
--- /dev/null
@@ -0,0 +1,47 @@
+%define         module  flask-login
+Summary:       Flask-Login provides user session management for Flask
+Summary(pl.UTF-8):     Wsparcie dla zarzadzania sesja uzytkownika w aplikacjach Flask
+Name:          python3-%{module}
+Version:       0.6.2
+Release:       1
+License:       MIT
+Group:         Libraries/Python
+Source0:       https://pypi.python.org/packages/source/F/Flask-Login/Flask-Login-%{version}.tar.gz
+# Source0-md5: 8020b22ad7ec6f17034f90117a520633
+URL:           https://github.com/maxcountryman/flask-login/
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: python3-modules
+Requires:      python3-modules
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Flask-Login provides user session management for Flask. It handles the
+common tasks of logging in, logging out, and remembering your users'
+sessions over extended periods of time.
+
+%description -l pl.UTF-8
+Wsparcie dla zarzadzania sesja uzytkownika w aplikacjach Flask. Plugin
+obsluguje najpopularniejsze przypadki uzycia: logowanie, wylogowanie,
+zapamietywanie sesji uzytkownikow przez okreslony czas.
+
+%prep
+%setup -q -n Flask-Login-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md LICENSE
+%{py3_sitescriptdir}/flask_login
+%{py3_sitescriptdir}/Flask_Login-%{version}-py*.egg-info
This page took 0.133192 seconds and 4 git commands to generate.