Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 67744ef1e238817f2d30dedb664c300b > files > 2

python-ofxparse-0.21-3.mga9.src.rpm

%global pypi_name ofxparse

Name:           python-%{pypi_name}
Version:        0.21
Release:        %mkrel 3
Summary:        Python library for working with the OFX (Open Financial Exchange) file format
Group:          Development/Python
License:        MIT
URL:            https://pypi.org/project/ofxparse/
Source0:        %{pypi_source}
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-%{pypi_name}
Summary:        Python library for working with the OFX (Open Financial Exchange) file format
%{?python_provide:%python_provide python3-%{pypi_name}}
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-pytest
BuildRequires:  python3-beautifulsoup4
BuildRequires:  python3-six
#for tests
BuildRequires:  python3-lxml
BuildRequires:  python3-soupsieve
Requires:       python3-beautifulsoup4
Requires:       python3-six

%description -n python3-%{pypi_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
%setup -q -n %{pypi_name}-%{version}

# drop bundle egg-info
rm -rf *.egg-info

%build
%py3_build

%install
%py3_install

%check
%pytest

%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst AUTHORS
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}*.egg-info


%changelog
* Mon Mar 28 2022 umeabot <umeabot> 0.21-3.mga9
+ Revision: 1829577
- Mageia 9 Mass Rebuild

* Wed Feb 23 2022 mrambo3501 <mrambo3501> 0.21-2.mga9
+ Revision: 1783596
- rebuild for python-3.10

* Sun Aug 29 2021 wally <wally> 0.21-1.mga9
+ Revision: 1743462
- new version 0.21

* Sun Feb 16 2020 umeabot <umeabot> 0.20-3.mga9
+ Revision: 1532488
- Mageia 8 Mass Rebuild
+ wally <wally>
- build with tests

* Mon Sep 16 2019 wally <wally> 0.20-2.mga8
+ Revision: 1442444
- rebuild for python3.8
- drop python2 support

* Wed Jan 09 2019 shlomif <shlomif> 0.20-1.mga7
+ Revision: 1353497
- Rebuild for python3 3.7

* Thu Sep 20 2018 umeabot <umeabot> 0.15-3.mga7
+ Revision: 1289493
- Mageia 7 Mass Rebuild

* Sat Aug 05 2017 pterjan <pterjan> 0.15-2.mga7
+ Revision: 1135523
- Rebuild for python 3.6

* Sun Nov 20 2016 joequant <joequant> 0.15-1.mga6
+ Revision: 1068403
- fix build requires
- fix typo
- imported package python-ofxparse