File tree Expand file tree Collapse file tree
SPECS/python-conda-package-handling Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Summary: Create and extract conda packages of various formats
55Name: python-%{srcname }
66Version: 2.2.0
7- Release: 1 %{?dist }
7+ Release: 2 %{?dist }
88License: BSD
99Vendor: Microsoft Corporation
1010Distribution: Azure Linux
@@ -53,7 +53,9 @@ pip3 install atomicwrites>=1.3.0 \
5353 pluggy> =0.11.0 \
5454 pytest> =5.4.0 \
5555 pytest-cov> =2.7.1 \
56- pytest-mock
56+ pytest-mock \
57+ conda_package_streaming \
58+ zstandard
5759PATH=%{buildroot }%{_bindir }:${PATH} \
5860PYTHONPATH=%{buildroot }%{python3_sitelib } \
5961 python%{python3_version } -m pytest -v tests -k ' not test_secure_refusal_to_extract_abs_paths'
@@ -67,6 +69,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
6769%{python3_sitelib }/%{pkgname }/
6870
6971%changelog
72+ * Fri Jan 31 2015 Sam Meluch <sammeluch@microsoft.com> - 2.2.0-2
73+ - add missing pip modules for package tests
74+
7075* Fri Feb 16 2024 Andrew Phelps <anphel@microsoft.com> - 2.2.0-1
7176- Upgrade to version 2.2.0
7277
You can’t perform that action at this time.
0 commit comments