Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c39eaf3c39 | ||
|
|
e10a8d7f50 | ||
|
|
91df6c5370 | ||
|
|
e0c0cac966 | ||
|
|
d42eaf7b42 | ||
|
|
2f74eed5e4 | ||
|
|
c206a3dc4e | ||
|
|
a81dd0cba7 | ||
|
|
313ce4cad2 | ||
|
|
3c4ab4b429 | ||
|
|
ccc49b5b15 | ||
|
|
67f9a5e2d7 | ||
|
|
3125f01d48 | ||
|
|
34e64eede1 | ||
|
|
3f614082ad | ||
|
|
7cfe7f013e | ||
|
|
c6dcd71ced | ||
|
|
6046354c7a | ||
|
|
c154c7b418 | ||
|
|
156280ce9a | ||
|
|
dd57d49bd8 | ||
|
|
125b050008 | ||
|
|
68c1f0c9b6 | ||
|
|
bab1835794 | ||
|
|
6c5f6b5314 | ||
|
|
5f969e15f4 | ||
|
|
5caa4790bb | ||
|
|
2e3774d94c | ||
|
|
ac5669ae39 | ||
|
|
6ca5e637a2 |
@@ -1 +1,2 @@
|
|||||||
/re_assert-1.1.0.tar.gz
|
/re_assert-1.1.0.tar.gz
|
||||||
|
/re-assert-1.1.0.tar.gz
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
upstream_project_url: https://github.com/asottile/re-assert
|
||||||
|
copy_upstream_release_description: false
|
||||||
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
+28
-38
@@ -1,49 +1,39 @@
|
|||||||
%global srcname re_assert
|
Name: python-re-assert
|
||||||
%global pkgname re-assert
|
Version: 1.1.0
|
||||||
|
Release: %autorelease
|
||||||
|
Summary: Show where your regex match assertion failed
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
# SPDX
|
||||||
Version: 1.1.0
|
License: MIT
|
||||||
Release: 1%{?dist}
|
URL: https://github.com/asottile/re-assert
|
||||||
Summary: Show where your regex match assertion failed!
|
Source: %{url}/archive/v%{version}/re-assert-%{version}.tar.gz
|
||||||
License: MIT
|
|
||||||
|
|
||||||
URL: https://github.com/asottile/re-assert
|
BuildSystem: pyproject
|
||||||
Source0: %{pypi_source}
|
BuildOption(install): -l re_assert
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: %{py3_dist pytest}
|
||||||
BuildRequires: python3-pytest
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global common_description %{expand:
|
||||||
Show where your regex match assertion failed!
|
%{summary}!}
|
||||||
}
|
|
||||||
|
|
||||||
%description %{_description}
|
%description %{common_description}
|
||||||
|
|
||||||
%package -n python3-%{pkgname}
|
|
||||||
Summary: %summary
|
|
||||||
|
|
||||||
%py_provides python3-%{pkgname}
|
|
||||||
%description -n python3-%{pkgname} %{_description}
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n %{srcname}-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%py3_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%py3_install
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-%{pkgname}
|
%package -n python3-re-assert
|
||||||
%license LICENSE
|
Summary: %{summary}
|
||||||
%{python3_sitelib}/re_assert.py
|
|
||||||
%{python3_sitelib}/__pycache__/re_assert.*.pyc
|
%description -n python3-re-assert %{common_description}
|
||||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
|
||||||
|
|
||||||
|
%check -a
|
||||||
|
%pytest
|
||||||
|
|
||||||
|
|
||||||
|
%files -n python3-re-assert -f %{pyproject_files}
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Mar 21 2021 Chedi Toueiti <chedi.toueiti@gmail.com> - 1.1.0-1
|
%autochangelog
|
||||||
- Initial commit
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
SHA512 (re_assert-1.1.0.tar.gz) = 4ba11f8d7a5ea9cc4553e76f4b26ecd7fa0af58139d0b9d4322f1e6646bb81a6400f19bbf62409de2136611535f0d344bcc3e3f12fc057bd2c05d9b4407303cd
|
SHA512 (re-assert-1.1.0.tar.gz) = fc14267cc68a12ff7350982f0bf54c77107809c9f0379ab3aa73fa1b7cf5ccabb130fcd35ab75bdf183e69c802a041deac707e1f0bab1c3815d4146b4e320c07
|
||||||
|
|||||||
Reference in New Issue
Block a user