summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 09:25:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 09:25:14 +0000
commit37776ea622b4224571de8c67500c5bb4bb669712 (patch)
tree8c9b6464138133a194530b7ac9657931be7cae31
parent9a21cbf3a992395f0b569d7a7336c98adf443f38 (diff)
automatic import of copr-frontend
-rw-r--r--.gitignore1
-rw-r--r--copr-frontend.spec98
-rw-r--r--sources2
3 files changed, 45 insertions, 56 deletions
diff --git a/.gitignore b/.gitignore
index 0d089f5..58f28ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/copr-frontend-git-35.a1a3c67.tar.gz
/copr-frontend-git-35.2003ae3.tar.gz
/copr-frontend-1.199.tar.gz
+/copr-frontend-git-7629.1f0da47.tar.gz
diff --git a/copr-frontend.spec b/copr-frontend.spec
index d7f4e87..7bb620a 100644
--- a/copr-frontend.spec
+++ b/copr-frontend.spec
@@ -48,8 +48,8 @@
}
Name: copr-frontend
-Version: 1.199
-Release: 1%{?dist}
+Version: 1.200
+Release: 1.git.7629.1f0da47%{?dist}
Summary: Frontend for Copr
License: GPL-2.0-or-later
@@ -58,7 +58,7 @@ URL: https://github.com/fedora-copr/copr
# Source is created by:
# git clone %%url && cd copr
# tito build --tgz --tag %%name-%%version-%%release
-Source0: %name-%version.tar.gz
+Source0: copr-frontend-git-7629.1f0da47.tar.gz
BuildArch: noarch
@@ -76,11 +76,7 @@ BuildRequires: python3-devel
BuildRequires: python3-alembic
BuildRequires: python3-anytree
BuildRequires: python3-click
-%if 0%{?openEuler}
-BuildRequires: python3-commonmark
-%else
-BuildRequires: python3-CommonMark
-%endif
+BuildRequires: python3dist(commonmark)
BuildRequires: python3-blinker
BuildRequires: python3-beautifulsoup4
BuildRequires: python3-copr-common >= %copr_common_version
@@ -89,28 +85,18 @@ BuildRequires: python3-dateutil
BuildRequires: python3-decorator
BuildRequires: python3-flask
BuildRequires: python3-templated-dictionary
-%if 0%{?fedora} >= 31
-BuildRequires: python3-flask-caching
-%elif 0%{?openEuler}
-BuildRequires: python3-Flask-Caching
+%if 0%{?fedora} >= 31 || 0%{?openEuler}
+BuildRequires: python3dist(flask-caching)
%else
BuildRequires: python3-flask-cache
%endif
-%if 0%{?openEuler}
-BuildRequires: python3-Flask-OpenID
-BuildRequires: python3-Flask-SQLAlchemy
-BuildRequires: python3-SQLAlchemy-Utils
-BuildRequires: python3-pyLibravatar
-BuildRequires: python3-WTForms >= 2.2.1
-BuildRequires: python3-Flask-WTF
-%else
-BuildRequires: python3-flask-openid
-BuildRequires: python3-flask-sqlalchemy
-BuildRequires: python3-sqlalchemy-utils
-BuildRequires: python3-pylibravatar
-BuildRequires: python3-wtforms >= 2.2.1
-BuildRequires: python3-flask-wtf
-%endif
+
+BuildRequires: python3dist(flask-openid)
+BuildRequires: python3dist(flask-sqlalchemy)
+BuildRequires: python3dist(sqlalchemy-utils)
+BuildRequires: python3dist(pylibravatar)
+BuildRequires: python3dist(wtforms) >= 2.2.1
+BuildRequires: python3dist(flask-wtf)
BuildRequires: python3-flask-whooshee
BuildRequires: python3-gobject
BuildRequires: python3-html2text
@@ -134,6 +120,7 @@ BuildRequires: python3-yaml
BuildRequires: python3-backoff
BuildRequires: redis
BuildRequires: modulemd-tools >= 0.6
+BuildRequires: python3-authlib
%endif
Requires: crontabs
@@ -156,36 +143,21 @@ Requires: python3-copr-common >= %copr_common_version
Requires: python3-dateutil
Requires: python3-email-validator
Requires: python3-flask
-%if 0%{?fedora} >= 31
-Requires: python3-flask-caching
-%elif 0%{?openEuler}
-Requires: python3-Flask-Caching
+%if 0%{?fedora} >= 31 || 0%{?openEuler}
+Requires: python3dist(flask-caching)
%else
Requires: python3-flask-cache
%endif
-%if 0%{?openEuler}
-Requires: python3-commonmark
-Requires: python3-Flask-OpenID
-Requires: python3-Flask-SQLAlchemy
-Requires: python3-SQLAlchemy-Utils
-Requires: python3-pyLibravatar
-Requires: python3-WTForms >= 2.2.1
-Requires: python3-Flask-WTF
-Requires: python3-XStatic-DataTables
-Requires: python3-XStatic-Patternfly
-Requires: python3-XStatic-Bootstrap-SCSS
-%else
-Requires: python3-CommonMark
-Requires: python3-flask-openid
-Requires: python3-flask-sqlalchemy
-Requires: python3-sqlalchemy-utils
-Requires: python3-pylibravatar
-Requires: python3-wtforms >= 2.2.1
-Requires: python3-flask-wtf
-Requires: xstatic-bootstrap-scss-common
-Requires: xstatic-datatables-common
-Requires: xstatic-patternfly-common
-%endif
+Requires: python3dist(commonmark)
+Requires: python3dist(flask-openid)
+Requires: python3dist(flask-sqlalchemy)
+Requires: python3dist(sqlalchemy-utils)
+Requires: python3dist(pylibravatar)
+Requires: python3dist(wtforms) >= 2.2.1
+Requires: python3dist(flask-wtf)
+Requires: python3dist(xstatic-datatables)
+Requires: python3dist(xstatic-patternfly)
+Requires: python3dist(xstatic-bootstrap-scss)
Requires: python3-flask-whooshee
Requires: python3-gobject
Requires: python3-html2text
@@ -208,6 +180,7 @@ Requires: python3-ldap
Requires: python3-backoff
Requires: js-jquery-ui
Requires: modulemd-tools >= 0.6
+Requires: python3-authlib
Provides: bundled(bootstrap-combobox) = 1.1.6
Provides: bundled(bootstrap-select) = 1.5.4
@@ -261,7 +234,7 @@ custom %{name}-flavor package.
%prep
-%setup -q
+%setup -q -n copr-frontend-git-7629.1f0da47
%build
@@ -415,6 +388,21 @@ usermod -L copr-fe
%changelog
+* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.200-1
+- Send follow_fedora_branching value via API
+- Add support for OIDC
+- Allow submitting EPEL8 module builds
+- Show resalloc-webui link in the task queue
+- Accept the OpenID response as a POST request
+- OpenAPI first steps
+- Automatically create aliases for routes with trailing slash
+- Include the Amazon Linux logo for Amazon Linux chroots
+- General check if it makes sense to upload SRPM
+- Add command for generating usage treemap
+- Frontend: add loggs to python-backoff decorator
+- APIv3 rpmrepo: provide module_hotfixes opt
+- Show API config even for not logged users
+
* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.199-1
- Bump version for release mess
diff --git a/sources b/sources
index 9721f20..0c67ea4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89ee815d10e517c9c1227bb0c0fc80e9 copr-frontend-1.199.tar.gz
+d6f06b9a69535fccd0080a5b5ba08bf1 copr-frontend-git-7629.1f0da47.tar.gz