diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-24 06:40:39 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-24 06:40:39 +0000 |
commit | 4eed915d2b2d33cf704db4a9a3574865e0ca5bdd (patch) | |
tree | a07bd321ca896fff4aaa3006350201aeb7479c19 | |
parent | 1c7e9378b4e0d3b743ea06d81b177f58b6bc3233 (diff) |
automatic import of python-openidc-clientopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-openidc-client.spec | 49 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 51 insertions, 0 deletions
@@ -0,0 +1 @@ +/python-openidc-client.tar.gz diff --git a/python-openidc-client.spec b/python-openidc-client.spec new file mode 100644 index 0000000..9badba9 --- /dev/null +++ b/python-openidc-client.spec @@ -0,0 +1,49 @@ +%global srcname openidc-client +%global pkgname openidc_client + + +Name: python-%{srcname} +Version: 0.6.0 +Release: 1 +Summary: Python OpenID Connect client with token caching and management + +License: MIT +Source0: %{name}.tar.gz + +BuildArch: noarch + +%description +%{summary}. + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-requests +Requires: python3-requests + +%description -n python3-%{srcname} +%{summary}. + +%prep +%autosetup -n %{name} + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-openidc-client +%license COPYING +%doc README.md +%{python3_sitelib}/%{pkgname}-*.egg-info/ +%{python3_sitelib}/%{pkgname}/ + +%changelog +* Thu Jun 30 2021 jinzig <jinzhiguang@kylinos.cn> - 0.6-1 +- Initial packaging of python-openidc-client @@ -0,0 +1 @@ +7b714be1e5251776a7aca13de5ca1728 python-openidc-client.tar.gz |