re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:42:54 +02:00
parent 487c263447
commit f1c4df79ca
5 changed files with 29 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
SOURCES/asn1crypto-0.24.0.tar.gz
/asn1crypto-0.22.0.tar.gz
/asn1crypto-0.23.0.tar.gz
/asn1crypto-0.24.0.tar.gz

1
.rpmlint Normal file
View File

@ -0,0 +1 @@
addFilter('spelling-error.*serializer')

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -18,6 +18,7 @@
%{!?python3_pkgversion:%global python3_pkgversion 3}
Name: python-%{pypi_name}
# keep version in sync with tests/test.yml
Version: 0.24.0
Release: 3%{?dist}
Summary: Fast Python ASN.1 parser and serializer

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- python3-asn1crypto
- python3-pytest
# upstream does not include tests in tar ball. Fetch unit tests
# from GitHub.
repositories:
- repo: https://github.com/wbond/asn1crypto.git
dest: asn1crypto
version: 0.24.0
tests:
- unittests:
dir: asn1crypto/tests
run: pytest-3