Description of problem: https://pypi.io/packages/source/o/ovirt-engine-sdk-python/ovirt-engine-sdk-python-4.1.0.tar.gz is missing examples which are instead packaged in http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-4.1.0.tar.gz not sure if pypi archive is corrupted or why they differ. In principle, the 2 tarball should have same checksum.
Those are two different kinds or tarballs. The first is the source distribution, generated by 'setup.py sdist'. The second is a tarball generated by our automation scripts, not really useful. We should probably stop generate that second tarball using 'setup.py sdist' as well. Is this causing a real problem?
(In reply to Juan Hernández from comment #1) > Those are two different kinds or tarballs. The first is the source > distribution, generated by 'setup.py sdist'. The second is a tarball > generated by our automation scripts, not really useful. We should probably > stop generate that second tarball using 'setup.py sdist' as well. > > Is this causing a real problem? Just seen it while building CentOS Virt SIG rpm. In CentOS Virt SIG rpm 4.0 I was using pypi tar.gz as source and I had the example directory shipped within the rpm. In 4.1 pypi version the example directory is not shipped anymore so I noticed the issue.
Strange, I think that the examples have never been included in the PyPI version. They should be now.
Check of package: https://pypi.io/packages/source/o/ovirt-engine-sdk-python/ovirt-engine-sdk-python-4.1.3.tar.gz contains examples directory. But those 2 sources dont have same checksum Source: https://pypi.io/packages/... $ md5sum ovirt-engine-sdk-python-4.1.3.tar.gz 20874fd9062072879e1786749f6be40f ovirt-engine-sdk-python-4.1.3.tar.gz Source: http://resources.ovirt.org/pub/... $ md5sum ovirt-engine-sdk-python-4.1.3.tar.gz 6ddf3758cfa7f978811002ce426da4b0 ovirt-engine-sdk-python-4.1.3.tar.gz