diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 27465f4..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/ofxparse-0.14.tar.gz -/ofxparse-0.15.tar.gz -/ofxparse-0.16.tar.gz -/ofxparse-0.17.tar.gz -/ofxparse-0.18.tar.gz -/ofxparse-0.21.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5fce5b4..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2009 Jerry Seutter - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/python-ofxparse.spec b/python-ofxparse.spec deleted file mode 100644 index 2552850..0000000 --- a/python-ofxparse.spec +++ /dev/null @@ -1,173 +0,0 @@ -%global upstream_name ofxparse - - -Name: python-%{upstream_name} -Version: 0.21 -Release: 2%{?dist} -Summary: Python library for working with the OFX (Open Financial Exchange) file format -License: MIT -URL: http://sites.google.com/site/ofxparse -Source0: https://files.pythonhosted.org/packages/source/o/%{upstream_name}/%{upstream_name}-%{version}.tar.gz -BuildArch: noarch - -%description -ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files -are available from almost any online banking site, so they work well if you -want to pull together your finances from multiple sources. Online trading -accounts also provide account statements in OFX files. - -%package -n python3-%{upstream_name} -Summary: %{summary} -%{?python_provide:%python_provide python3-%{upstream_name}} -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-nose -BuildRequires: python3-beautifulsoup4 -BuildRequires: python3-six -BuildRequires: python3-lxml -Requires: python3-beautifulsoup4 -Requires: python3-six -Requires: python3-lxml - -%description -n python3-%{upstream_name} -ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files -are available from almost any online banking site, so they work well if you -want to pull together your finances from multiple sources. Online trading -accounts also provide account statements in OFX files. - -%prep -%autosetup -p1 -n %{upstream_name}-%{version} - -%build -%py3_build - -%install -%py3_install - -%check -%{__python3} setup.py test - -%files -n python3-%{upstream_name} -%license LICENSE -%doc README.rst AUTHORS -%{python3_sitelib}/%{upstream_name} -%{python3_sitelib}/%{upstream_name}*.egg-info - -%changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.21-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sun Aug 15 2021 Dan Callaghan - 0.21-1 -- new upstream release 0.21 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.18-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.18-13 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.18-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.18-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.18-10 -- Rebuilt for Python 3.9 - -* Wed Feb 19 2020 Dan Callaghan - 0.18-9 -- Fix for Python 3.9 compatibility (RHBZ#1792966) - -* Thu Jan 30 2020 Fedora Release Engineering - 0.18-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.18-7 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.18-6 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.18-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 0.18-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 0.18-3 -- Subpackage python2-ofxparse has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Wed Aug 01 2018 Dan Callaghan - 0.18-2 -- conditionalize Python requirements so they still work in EPEL7 - -* Wed Aug 01 2018 Dan Callaghan - 0.18-1 -- upstream release 0.18 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.17-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.17-4 -- Rebuilt for Python 3.7 - -* Tue Feb 27 2018 Iryna Shcherbina - 0.17-3 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Nov 15 2017 Fedora Release Monitoring - 0.17-1 -- Update to 0.17 bug fix release (#1513450) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.16-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.16-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jan 05 2017 Dan Callaghan - 0.16-1 -- upstream release 0.16 - -* Mon Dec 19 2016 Miro Hrončok - 0.15-5 -- Rebuild for Python 3.6 - -* Sat Oct 08 2016 Björn Esser - 0.15-4 -- add needed BuildRequires and Requires -- fix BuildRequires for epel7 - -* Sat Oct 08 2016 Björn Esser - 0.15-3 -- add conditional for Python3 to build on epel7 -- do not remove upstream egg-info - -* Mon Aug 01 2016 Dan Callaghan - 0.15-2 -- updated to latest Python guidelines - -* Mon Aug 01 2016 Dan Callaghan - 0.15-1 -- upstream release 0.15 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.14-8 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.14-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.14-6 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Thu Jun 18 2015 Fedora Release Engineering - 0.14-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed May 14 2014 Bohuslav Kabrda - 0.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - -* Tue Jan 07 2014 Dan Callaghan - 0.14-2 -- six is needed on Python 2 also - -* Fri Dec 27 2013 Dan Callaghan - 0.14-1 -- upstream release 0.14 - -* Wed Aug 14 2013 Dan Callaghan - 0.12-1 -- initial version diff --git a/sources b/sources deleted file mode 100644 index d0edb84..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (ofxparse-0.21.tar.gz) = 0654709413a05754799bbb289d1d43aeec91313b5d12010e5bf26a31da03e8b332f85266c924a8d4c9a614bf068de2311459a808890f0206b126e9ad0cf944b9