Bug 1232186 - Review Request: python-pysaml2 - Python implementation of SAML Version 2
Summary: Review Request: python-pysaml2 - Python implementation of SAML Version 2
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Haïkel Guémar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1168314 1233856
TreeView+ depends on / blocked
 
Reported: 2015-06-16 09:11 UTC by Alan Pevec (Fedora)
Modified: 2017-01-31 23:42 UTC (History)
4 users (show)

Fixed In Version: python-pysaml2-3.0.0-0.3.git40603ae.fc23
Clone Of:
Environment:
Last Closed: 2017-01-31 23:42:18 UTC
Type: ---
Embargoed:
karlthered: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Alan Pevec (Fedora) 2015-06-16 09:11:20 UTC
Spec URL: https://apevec.fedorapeople.org/python-pysaml2.spec
SRPM URL: https://apevec.fedorapeople.org/python-pysaml2-3.0.0-0.1.gita185a9d.fc23.src.rpm
Description: PySAML2 implementation of SAML Version 2 to be used in a WSGI environment.
Fedora Account System Username: apevec

Comment 1 Haïkel Guémar 2015-06-16 11:06:31 UTC
Minor fixes:
* unversioned BR on python-devel, should be:
BuildRequires: python2-devel
* missing BR on python-setuptools

spec included in src.rpm was different but the one provided seems newer and is more correct. Package installs and works properly so it should be approved in the next pass.

Comment 2 Alan Pevec (Fedora) 2015-06-16 11:34:52 UTC
Spec URL: https://apevec.fedorapeople.org/python-pysaml2.spec
SRPM URL: https://apevec.fedorapeople.org/python-pysaml2-3.0.0-0.2.git27187f6.fc23.src.rpm
Description: PySAML2 implementation of SAML Version 2 to be used in a WSGI environment.
Fedora Account System Username: apevec

Comment 3 Haïkel Guémar 2015-06-17 09:29:33 UTC
Since this package complies with our guidelines, I hereby approve it into
Fedora Packages Collection. Please proceed with SCM request.


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated". 236 files have unknown license.
     Detailed output of licensecheck in /home/haikel/1232186-python-
     pysaml2/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build
     process.
[x]: A package which is used by another package via an egg interface should
     provide egg info.
[x]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in python-
     pysaml2-doc
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
  <   Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python-pysaml2-3.0.0-0.2.git27187f6.fc23.noarch.rpm
          python-pysaml2-doc-3.0.0-0.2.git27187f6.fc23.noarch.rpm
          python-pysaml2-3.0.0-0.2.git27187f6.fc23.src.rpm
python-pysaml2.noarch: W: incoherent-version-in-changelog 3.0.0-0.2 ['3.0.0-0.2.git27187f6.fc23', '3.0.0-0.2.git27187f6']
python-pysaml2.noarch: W: invalid-license Apache 2.0
python-pysaml2.noarch: W: no-documentation
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/shibmd.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/mdie.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/server.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/ippword.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/metadata.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/timesync.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/sslcert.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/attribute_converter.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/samlp.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/xmldsig/__init__.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/attribute_resolver.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/mdui.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/ppt.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/mobiletwofactor.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/pefim.py 0644L /usr/bin/env
python-pysaml2.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/saml2/schema/wsdl.py !!!
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/schema/wsdl.py 0644L !!!
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/xmlenc/__init__.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/profile/paos.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/schema/soap.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/md.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/config.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/reqinit.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/ecp.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/mcache.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/schema/soapenv.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/saml.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/pack.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/mdrpi.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/idpdisc.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/assertion.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/dri.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/ui.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/time_util.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/profile/ecp.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/pword.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/s_utils.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/response.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/__init__.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/s2repoze/plugins/entitlement.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/mdbcache.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/client_base.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/country_codes.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/soap.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/aes.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/algsupport.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/cache.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/ecp_client.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/mdattr.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/sigver.py 0644L /usr/bin/env
python-pysaml2.noarch: W: no-manual-page-for-binary merge_metadata.py
python-pysaml2.noarch: W: no-manual-page-for-binary mdexport.py
python-pysaml2.noarch: W: no-manual-page-for-binary make_metadata.py
python-pysaml2.noarch: W: no-manual-page-for-binary parse_xsd2.py
python-pysaml2-doc.noarch: W: invalid-license Apache 2.0
python-pysaml2-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-pysaml2-doc/html/_static/jquery.js
python-pysaml2.src: W: invalid-license Apache 2.0
python-pysaml2.src:81: W: macro-in-comment %check
python-pysaml2.src:82: W: macro-in-comment %{__python2}
3 packages and 0 specfiles checked; 50 errors, 12 warnings.




Rpmlint (installed packages)
----------------------------
python-pysaml2-doc.noarch: W: invalid-license Apache 2.0
python-pysaml2-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-pysaml2-doc/html/_static/jquery.js
python-pysaml2.noarch: W: incoherent-version-in-changelog 3.0.0-0.2 ['3.0.0-0.2.git27187f6.fc23', '3.0.0-0.2.git27187f6']
python-pysaml2.noarch: W: invalid-license Apache 2.0
python-pysaml2.noarch: W: no-documentation
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/shibmd.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/mdie.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/server.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/ippword.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/metadata.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/timesync.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/sslcert.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/attribute_converter.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/samlp.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/xmldsig/__init__.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/attribute_resolver.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/mdui.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/ppt.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/mobiletwofactor.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/pefim.py 0644L /usr/bin/env
python-pysaml2.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/saml2/schema/wsdl.py !!!
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/schema/wsdl.py 0644L !!!
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/xmlenc/__init__.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/profile/paos.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/schema/soap.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/md.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/config.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/reqinit.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/ecp.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/mcache.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/schema/soapenv.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/saml.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/pack.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/mdrpi.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/idpdisc.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/assertion.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/dri.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/ui.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/time_util.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/profile/ecp.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/authn_context/pword.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/s_utils.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/response.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/__init__.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/s2repoze/plugins/entitlement.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/mdbcache.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/client_base.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/country_codes.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/soap.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/aes.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/algsupport.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/cache.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/ecp_client.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/extension/mdattr.py 0644L /usr/bin/env
python-pysaml2.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/saml2/sigver.py 0644L /usr/bin/env
python-pysaml2.noarch: W: no-manual-page-for-binary merge_metadata.py
python-pysaml2.noarch: W: no-manual-page-for-binary mdexport.py
python-pysaml2.noarch: W: no-manual-page-for-binary make_metadata.py
python-pysaml2.noarch: W: no-manual-page-for-binary parse_xsd2.py
2 packages and 0 specfiles checked; 50 errors, 9 warnings.



Requires
--------
python-pysaml2-doc (rpmlib, GLIBC filtered):

python-pysaml2 (rpmlib, GLIBC filtered):
    /usr/bin/python2
    pyOpenSSL
    pycrypto
    python(abi)
    python-dateutil
    python-decorator
    python-paste
    python-repoze-who
    python-requests
    python-six
    python-zope-interface
    pytz



Provides
--------
python-pysaml2-doc:
    python-pysaml2-doc

python-pysaml2:
    python-pysaml2



Source checksums
----------------
https://github.com/rohe/pysaml2/archive/27187f6abef2262056977a9a4f7d3042387e4861/pysaml2-27187f6abef2262056977a9a4f7d3042387e4861.tar.gz :
  CHECKSUM(SHA256) this package     : 02e667f4bf234501deafe5dac73d97c12d28c56738b13b27c96a930eeb53bb8c
  CHECKSUM(SHA256) upstream package : 02e667f4bf234501deafe5dac73d97c12d28c56738b13b27c96a930eeb53bb8c

Comment 4 Alan Pevec (Fedora) 2015-06-17 11:49:21 UTC
rpmlint fixes

Spec URL: https://apevec.fedorapeople.org/python-pysaml2.spec
SRPM URL: https://apevec.fedorapeople.org/python-pysaml2-3.0.0-0.3.git27187f6.fc23.src.rpm
Description: PySAML2 implementation of SAML Version 2 to be used in a WSGI environment.
Fedora Account System Username: apevec

Comment 5 Alan Pevec (Fedora) 2015-06-17 12:01:29 UTC
New Package SCM Request
=======================
Package Name: python-pysaml2
Short Description: Python implementation of SAML Version 2
Upstream URL: https://github.com/rohe/pysaml2
Owners: apevec
Branches: f22 epel7
InitialCC:

Comment 6 Gwyn Ciesla 2015-06-18 15:26:59 UTC
Git done (by process-git-requests).

Comment 7 Fedora Update System 2015-06-19 19:26:23 UTC
python-pysaml2-3.0.0-0.3.git40603ae.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/python-pysaml2-3.0.0-0.3.git40603ae.fc22

Comment 8 Fedora Update System 2015-06-21 00:34:52 UTC
python-pysaml2-3.0.0-0.3.git40603ae.fc22 has been pushed to the Fedora 22 testing repository.

Comment 9 Fedora Update System 2015-08-08 01:09:52 UTC
python-pysaml2-3.0.0-1.fc22 has been pushed to the Fedora 22 testing repository.

Comment 10 Pierre-YvesChibon 2015-09-30 10:14:19 UTC
Could this be built for epel7 and push to both epel7 and F22?

Comment 11 Raphael Groner 2016-08-08 17:00:32 UTC
F22 is EOL. 

For epel7, there's a successful build. Can you file a new bug about your request?
http://koji.fedoraproject.org/koji/buildinfo?buildID=703394

Comment 12 Raphael Groner 2017-01-31 23:42:18 UTC
Closing here. There's an actively maintained package in Fedora. No idea about current state for EPEL7.


Note You need to log in before you can comment on or make changes to this bug.