re-import sources as agreed with the maintainer
This commit is contained in:
parent
487c263447
commit
f1c4df79ca
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
/asn1crypto-0.24.0.tar.gz
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
@ -18,6 +18,7 @@
|
|||||||
%{!?python3_pkgversion:%global python3_pkgversion 3}
|
%{!?python3_pkgversion:%global python3_pkgversion 3}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
|
# keep version in sync with tests/test.yml
|
||||||
Version: 0.24.0
|
Version: 0.24.0
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Fast Python ASN.1 parser and serializer
|
Summary: Fast Python ASN.1 parser and serializer
|
||||||
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user