diff --git a/icdiff-2.0.4.tar.gz b/icdiff-2.0.4.tar.gz new file mode 100644 index 0000000..a511523 Binary files /dev/null and b/icdiff-2.0.4.tar.gz differ diff --git a/python-icdiff.spec b/python-icdiff.spec new file mode 100644 index 0000000..65c7717 --- /dev/null +++ b/python-icdiff.spec @@ -0,0 +1,43 @@ +%define debug_package %{nil} +%define pypi_name icdiff + +Name: python-icdiff +Version: 2.0.4 +Release: 1 +Summary: Dictdiffer is a helper module that helps you to diff and patch dictionaries. +License: PSF +URL: https://www.jefftk.com/icdiff +Source0: https://files.pythonhosted.org/packages/77/6c/d029e50e4ba5c4a357b30875e46f13304873ad8541c61bdd8bbdceda55bd/%{pypi_name}-%{version}.tar.gz + +BuildRequires: python3-devel python3-setuptools python3-pytest + +%description +Dictdiffer is a helper module that helps you to diff and patch dictionaries. + +%package -n python3-%{pypi_name} +Summary: python3 package for dictdiffer. + + +%description -n python3-%{pypi_name} +Dictdiffer is a helper module that helps you to diff and patch dictionaries. + + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-%{pypi_name} +%{_bindir}/* +%{python3_sitelib}/* + +%changelog +* Thu Aug 26 2021 orange-snn - 2.0.4-1 +- Package init diff --git a/python-icdiff.yaml b/python-icdiff.yaml new file mode 100644 index 0000000..ef14575 --- /dev/null +++ b/python-icdiff.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: icdiff +tag_prefix: "^v" +seperator: "."