Upgrade python-routes to 2.5.1 (#2598)
This commit is contained in:
Родитель
b934f2394e
Коммит
96f97e236b
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"Routes-2.4.1.tar.gz": "26ee43340fca5a32769ffe0c58edcb396ccce6bc1dfa689ddf844d50877355fd"
|
||||
"Routes-2.5.1.tar.gz": "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053"
|
||||
}
|
||||
}
|
|
@ -1,21 +1,19 @@
|
|||
%{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")}
|
||||
|
||||
%bcond_without check
|
||||
%define pkgname routes
|
||||
%define upname Routes
|
||||
|
||||
Summary: Python re-implementation of the Rails routes system
|
||||
Name: python-%{pkgname}
|
||||
Version: 2.4.1
|
||||
Version: 2.5.1
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
URL: https://routes.readthedocs.io/en/latest/
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Source0: https://pypi.io/packages/source/R/%{upname}/%{upname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%global _description %{expand:
|
||||
Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort.
|
||||
|
||||
|
@ -59,6 +57,9 @@ tox -e py%{python3_version_nodots}
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 26 2022 Jon Slobodzian <joslobo@microsoft.com> - 2.5.1-1
|
||||
- Upgrade to version 2.5.1
|
||||
|
||||
* Tue Mar 15 2022 Muhammad Falak <mwani@microsoft.com> - 2.4.1-4
|
||||
- Use `py%{python3_version_nodots}` instead of harcoding `py39`
|
||||
|
||||
|
|
|
@ -24054,8 +24054,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "python-routes",
|
||||
"version": "2.4.1",
|
||||
"downloadUrl": "https://pypi.io/packages/source/R/Routes/Routes-2.4.1.tar.gz"
|
||||
"version": "2.5.1",
|
||||
"downloadUrl": "https://pypi.io/packages/source/R/Routes/Routes-2.5.1.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче