X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-line_profiler.git;a=blobdiff_plain;f=python-line_profiler.spec;h=4ac45f47bb2877c2b217aaa8020663e1c24ce15f;hp=a6f2ddf19e28313364941dae3a0c2c806051ba9d;hb=a1e6e908dc6002e3f908d44bffb34acd65da69ab;hpb=180238658d94eaafb10f5c0129ba8da2e107f311 diff --git a/python-line_profiler.spec b/python-line_profiler.spec index a6f2ddf..4ac45f4 100644 --- a/python-line_profiler.spec +++ b/python-line_profiler.spec @@ -10,12 +10,12 @@ Summary: module for doing line-by-line profiling of functions Summary(pl.UTF-8): Moduł do optymalizacji linia po linii kodu funkcji # Name must match the python module/package name (as in 'import' statement) Name: python-%{module} -Version: 1.0 -Release: 6 +Version: 2.1 +Release: 2 License: BSD Group: Libraries/Python -Source0: https://pypi.python.org/packages/source/l/%{module}/%{module}-%{version}.tar.gz -# Source0-md5: 2f8352acfedf83f701a564583db5e14d +Source0: https://github.com/rkern/line_profiler/archive/%{version}.tar.gz +# Source0-md5: bd1cb2ba21af02339beab7ddc3a69c66 URL: https://github.com/rkern/line_profiler BuildRequires: rpmbuild(macros) >= 1.710 BuildRequires: rpm-pythonprov @@ -23,11 +23,13 @@ BuildRequires: rpm-pythonprov BuildRequires: python-Cython BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: python-ipython %endif %if %{with python3} BuildRequires: python3-Cython BuildRequires: python3-devel BuildRequires: python3-distribute +BuildRequires: python3-ipython BuildRequires: python3-modules %endif Requires: python-modules