SHA256
1
0
forked from pool/proteus

Accepting request 959965 from Application:ERP:GNUHealth:4.0

version bump

OBS-URL: https://build.opensuse.org/request/show/959965
OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/proteus?expand=0&rev=38
This commit is contained in:
Axel Braun 2022-03-07 14:17:52 +00:00 committed by Git OBS Bridge
parent b112bc8a93
commit e1864f1ef2
6 changed files with 33 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9dbd8e719981179f5ab3fc1095c864f4fcfe345e047f91b357b3c4a9aa1028c
size 40875

View File

@ -1,12 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEzBAABCgAdFiEEdP/VdIYNMe45RAljV09u/05HdRcFAmHi5fAACgkQV09u/05H
dRfT/Qf/VTZ7pVKuCcogh3JCx/I5eZ2VXIc49W2SlAQ2gemr/kV/C4Vc4kzN4esA
ZOI93V//Q6QcN9XSVAy15RQubUvRKbTrwWKBSQfuSEChbRdMUGKPjCpQLFmX24ra
IxljJXatGK4ZHnVYjgw2uqoA781zTtN4u5mKKzawwUSso/S6US2ig09L5ofawJ4d
r8HQPS55ReiCT1FlMac4yvqND4h26vmDC+bJb41HNLgOd2h/mBFQM/E+EzrZMfhr
VlE5MDdgkezXCaxS21GKSVBzKPASoWRCXxQ59cMnFT95peV0rv0UdssMp9iOAsnN
fyEd4VtxT/0N186ShmjryWcBpAh2OQ==
=s7Ji
-----END PGP SIGNATURE-----

3
proteus-6.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9d5427a4cb51d6b6b17dbe48bd06f027c9cf020e0863bb08748a8e7c38c76ab
size 41410

12
proteus-6.0.5.tar.gz.asc Normal file
View File

@ -0,0 +1,12 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEzBAABCgAdFiEEdP/VdIYNMe45RAljV09u/05HdRcFAmIeZJkACgkQV09u/05H
dRdpbQgAn/s9qTDoLFJ0Hcqq6ZMm2//9zrDH4D/N7eGFm0tdzGakMQ/n3NbD5/Li
0jmADY3L5v1XwB4WFsg1X+Kap11OCyhX4RExSTkiVrGkFBhTiu94RiByO3w5VUEf
B1Z32Z/vPkj/OvdEQ8mx1BjpgzugVriLCXVFt3nk3ua81refXm1yBAvWkoy+C0t2
hk9yqDsTjv82N5CnTQQ6aJgYTau6goeHvdaf9cWKS4u6S2UW584ErwPr47rNK9z7
5vAHQzLgQLP6Lx2YnOemojEjnmhEskU+yw+YTo7NxCDGHAAEffNNTDmYF1iOBHbv
RkguikV/1d3o9dlhMerYM9PPJ/cc6g==
=EK7Y
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 2 11:34:12 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- Version 6.0.5 - Bugfix Release
-------------------------------------------------------------------
Sat Feb 12 17:17:24 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- Version bump to Tryton 6.0 series
-------------------------------------------------------------------
Tue Jan 18 16:14:21 UTC 2022 - Axel Braun <axel.braun@gmx.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package proteus
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019 Dr. Axel Braun
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2014-2021 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
#
%define majorver 5.0
%define majorver 6.0
Name: proteus
Version: %{majorver}.11
Version: %{majorver}.5
Release: 0
Summary: A library to access Tryton's modules like a client
License: GPL-3.0-or-later
@ -30,7 +30,6 @@ Source1: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.g
Source2: https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
# List of additional build dependencies
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-devel
BuildRequires: python3-lxml
BuildRequires: python3-psycopg2
@ -38,7 +37,7 @@ BuildRequires: python3-pydot
BuildRequires: python3-setuptools
Requires: python3-dateutil
Requires: trytond
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@ -48,15 +47,15 @@ Proteus allows you to access Tryton's modules like a client. Useful for automati
%setup -q
%build
python3 setup.py build
%python3_build
%install
python3 setup.py install --prefix=%_prefix --root=%buildroot
%python3_install --prefix=%_prefix --root=%buildroot
%fdupes -s %{buildroot}
%files
%defattr(-,root,root)
%doc README
%doc README.rst
%license LICENSE
%{python3_sitelib}/*