Mailinglist Archive: opensuse-commit (1423 mails)

< Previous Next >
commit python-pylint for openSUSE:Factory
Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory
checked in at 2012-05-21 07:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
and /work/SRC/openSUSE:Factory/.python-pylint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes
2012-05-07 22:50:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new/python-pylint.changes
2012-05-21 07:30:39.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 4 09:30:09 UTC 2012 - toddrme2178@xxxxxxxxx
+
+- Fix rpmlint warnings
+- Added full url to source file
+
+-------------------------------------------------------------------
python3-pylint.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.QCQQ2Y/_old 2012-05-21 07:30:40.000000000 +0200
+++ /var/tmp/diff_new_pack.QCQQ2Y/_new 2012-05-21 07:30:40.000000000 +0200
@@ -23,12 +23,12 @@
License: GPL-2.0+
Group: Development/Languages/Python
Url: http://www.logilab.org/projects/pylint/
-Source: pylint-%{version}.tar.gz
+Source:
http://download.logilab.org/pub/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: python-devel
Requires: python-logilab-astng >= 0.21.1
Requires: python-logilab-common >= 0.55
Provides: pylint = %{version}
-Obsoletes: pylint <= %{version}
+Obsoletes: pylint < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
%if 0%{?suse_version} <= 1110
@@ -62,6 +62,8 @@
%install
#export PYTHONOPTIMIZE=1 #--optimize=1
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# fix non-executable rpmlint warning
+chmod +x %{buildroot}%{python_sitelib}/%{modname}/epylint.py

%clean
rm -rf %{buildroot}

++++++ python3-pylint.spec ++++++
--- /var/tmp/diff_new_pack.QCQQ2Y/_old 2012-05-21 07:30:40.000000000 +0200
+++ /var/tmp/diff_new_pack.QCQQ2Y/_new 2012-05-21 07:30:40.000000000 +0200
@@ -23,14 +23,14 @@
License: GPL-2.0+
Group: Development/Languages/Python
Url: http://www.logilab.org/projects/pylint/
-Source: pylint-%{version}.tar.gz
+Source:
http://download.logilab.org/pub/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
Requires: python3-logilab-astng >= 0.21.1
Requires: python3-logilab-common >= 0.55
Provides: pylint = %{version}
-Obsoletes: pylint <= %{version}
+Obsoletes: pylint < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1140
%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -69,6 +69,8 @@
# build failes without --no-compile
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --no-compile
for f in %{buildroot}%{_bindir}/*; do mv $f $f-python%{py3_ver}; done
+# fix non-executable rpmlint warning
+chmod +x %{buildroot}%{python3_sitelib}/%{modname}/epylint.py

%clean
rm -rf %{buildroot}

++++++ pylint-0.25.1.tar.gz ++++++

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread