Skip to content

Commit

Permalink
Merge pull request #301 from fedora-infra/3165
Browse files Browse the repository at this point in the history
Step up from MDAPI v3.1.6a4 to v3.1.6a5
  • Loading branch information
gridhead committed Sep 4, 2024
2 parents 18fa9c7 + 387bab8 commit 7bb94e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 8080
ENV PYTHONUNBUFFERED=1

RUN dnf -y install python3-pip && dnf -y clean all
RUN pip install --upgrade mdapi==3.1.6a4
RUN pip install --upgrade mdapi==3.1.6a5

# Uncomment the following MDAPI_CONFIG and comment the other MDAPI_CONFIG for local development builds
# ENV MDAPI_CONFIG=/code/mdapi/confdata/standard.py
Expand Down
2 changes: 1 addition & 1 deletion mdapi/services/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
|_|


<a href="https://pypi.org/project/mdapi/3.1.6a4/">mdapi</a> is a small API exposing the metadata contained in different RPM
<a href="https://pypi.org/project/mdapi/3.1.6a5/">mdapi</a> is a small API exposing the metadata contained in different RPM
repositories.

mdapi has access to the metadata of the different Fedora repositories and will
Expand Down
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mdapi"
version = "3.1.6a4"
version = "3.1.6a5"
description = "A simple API for serving the metadata from the RPM repositories"
authors = ["Pierre-Yves Chibon <[email protected]>", "Akashdeep Dhar <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -19,10 +19,11 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
"Topic :: Database",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down

0 comments on commit 7bb94e3

Please sign in to comment.