Blame SPECS/libbytesize.spec

cbf318
%define realname bytesize
cbf318
%define with_python3 1
cbf318
%define with_gtk_doc 1
cbf318
%define with_tools 1
cbf318
cbf318
%if (! 0%{?fedora} && 0%{?rhel} <= 7) || %{with_python3} == 0
cbf318
%define with_python3 0
cbf318
%define python3_opts --without-python3
cbf318
%define with_tools 0
cbf318
%endif
cbf318
cbf318
%if %{with_tools} != 1
cbf318
%define tools_opts --without-tools
cbf318
%endif
cbf318
cbf318
%define configure_opts %{?python3_opts} %{?tools_opts}
cbf318
cbf318
Name:        libbytesize
cbf318
Version:     2.5
cbf318
Release:     3%{?dist}
cbf318
Summary:     A library for working with sizes in bytes
cbf318
License:     LGPLv2+
cbf318
URL:         https://github.com/storaged-project/libbytesize
cbf318
Source0:     https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
cbf318
cbf318
BuildRequires: make
cbf318
BuildRequires: gcc
cbf318
BuildRequires: gmp-devel
cbf318
BuildRequires: mpfr-devel
cbf318
BuildRequires: pcre2-devel
cbf318
BuildRequires: gettext-devel
cbf318
%if %{with_python3}
cbf318
BuildRequires: python3-devel
cbf318
%endif
cbf318
%if %{with_gtk_doc}
cbf318
BuildRequires: gtk-doc
cbf318
%endif
cbf318
cbf318
%description
cbf318
The libbytesize is a C library that facilitates work with sizes in
cbf318
bytes. Be it parsing the input from users or producing a nice human readable
cbf318
representation of a size in bytes this library takes localization into
cbf318
account. It also provides support for sizes bigger than MAXUINT64.
cbf318
cbf318
%package devel
cbf318
Summary:  Development files for libbytesize
cbf318
Requires: %{name}%{?_isa} = %{version}-%{release}
cbf318
cbf318
%description devel
cbf318
This package contains header files and pkg-config files needed for development
cbf318
with the libbytesize library.
cbf318
cbf318
%if %{with_python3}
cbf318
%package -n python3-%{realname}
cbf318
Summary: Python 3 bindings for libbytesize
cbf318
Requires: %{name}%{?_isa} = %{version}-%{release}
cbf318
Requires: python3-six
cbf318
cbf318
%description -n python3-%{realname}
cbf318
This package contains Python 3 bindings for libbytesize making the use of
cbf318
the library from Python 3 easier and more convenient.
cbf318
%endif
cbf318
cbf318
%if %{with_tools}
cbf318
%package tools
cbf318
Summary: Various nice tools based on libbytesize
cbf318
Requires: python3-%{realname} = %{version}-%{release}
cbf318
cbf318
%description tools
cbf318
Various nice tools based on libbytesize, in particular the calculator
cbf318
for doing calculations with storage sizes.
cbf318
%endif
cbf318
cbf318
%prep
cbf318
%setup -q -n %{name}-%{version}
cbf318
cbf318
%build
cbf318
%configure %{?configure_opts}
cbf318
%make_build
cbf318
cbf318
%install
cbf318
%{make_install}
cbf318
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
cbf318
%find_lang %{name}
cbf318
cbf318
cbf318
%ldconfig_scriptlets
cbf318
cbf318
cbf318
%files -f %{name}.lang
cbf318
%doc README.md
cbf318
%{!?_licensedir:%global license %%doc}
cbf318
%license LICENSE
cbf318
%{_libdir}/libbytesize.so.*
cbf318
cbf318
%files devel
cbf318
%{_libdir}/libbytesize.so
cbf318
%dir %{_includedir}/bytesize
cbf318
%{_includedir}/bytesize/bs_size.h
cbf318
%{_libdir}/pkgconfig/bytesize.pc
cbf318
%if %{with_gtk_doc}
cbf318
%{_datadir}/gtk-doc/html/libbytesize
cbf318
%endif
cbf318
cbf318
%if %{with_python3}
cbf318
%files -n python3-%{realname}
cbf318
%dir %{python3_sitearch}/bytesize
cbf318
%{python3_sitearch}/bytesize/*
cbf318
%endif
cbf318
cbf318
%if %{with_tools}
cbf318
%files tools
cbf318
%{_bindir}/bscalc
cbf318
%{_mandir}/man1/bscalc.1*
cbf318
%endif
cbf318
cbf318
%changelog
cbf318
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-3
cbf318
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
cbf318
  Related: rhbz#1991688
cbf318
cbf318
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-2
cbf318
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
cbf318
cbf318
* Wed Jan 27 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.5-1
cbf318
- Translated using Weblate (Hebrew) (sh.yaron)
cbf318
- Added translation using Weblate (Hebrew) (sh.yaron)
cbf318
- Add support to ppc64le for debian build (74309971+gururajrkatti)
cbf318
- Translated using Weblate (Finnish) (ricky.tigg)
cbf318
- tools: Read input from stdin when not running in a tty (vtrefny)
cbf318
- travis: Print logs after failed tests (vtrefny)
cbf318
- tests: Run pylint and pycodestyle on bscalc (vtrefny)
cbf318
- bscalc: Add option to print only single "human readable" result (vtrefny)
cbf318
- travis: Add --nogpgcheck when using dnf on Fedora (vtrefny)
cbf318
- Translated using Weblate (Asturian) (fitoschido)
cbf318
- Update translation files (noreply)
cbf318
- Translated using Weblate (Spanish) (fitoschido)
cbf318
- Sync spec with downstream (vtrefny)
cbf318
cbf318
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
cbf318
cbf318
* Fri Jul 31 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.4-1
cbf318
- Add Travis build status badge (vtrefny)
cbf318
- Add Travis CI config and Dockerfiles for running tests (vtrefny)
cbf318
- Add ansible playbook for installing test dependencies (vtrefny)
cbf318
- remove msgcat dependency (Aduskett)
cbf318
- Translated using Weblate (Bengali (India)) (akarshan.biswas)
cbf318
- Update translation files (noreply)
cbf318
- Added translation using Weblate (Bengali (India)) (akarshan.biswas)
cbf318
- Fix library version in pkgconfig file (vtrefny)
cbf318
cbf318
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-4
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cbf318
cbf318
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2.3-3
cbf318
- Use make macros
cbf318
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
cbf318
cbf318
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.3-2
cbf318
- Rebuilt for Python 3.9
cbf318
cbf318
* Thu May 21 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.3-1
cbf318
- Fix memory leak in bs_size_new_from_str (vtrefny)
cbf318
- Translated using Weblate (Turkish) (oguzersen)
cbf318
- add translation platform widget (jean-baptiste)
cbf318
- Update translation files (noreply)
cbf318
- Do not regenerate POT file during 'make release' (vtrefny)
cbf318
- Remove Zanata from our build and release processes (vtrefny)
cbf318
- Add PO files to git (vtrefny)
cbf318
- Sync spec with downstream (vtrefny)
cbf318
cbf318
* Thu Jan 30 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.2-1
cbf318
- Require the same version of python3-bytesize in libbytesize-tools (v.podzimek)
cbf318
- src/gettext: fix warning if gettext is already present (giulio.benetti)
cbf318
- Update README.md (vpodzime)
cbf318
- fix build on shells where test == fails (tbier)
cbf318
- Add POT file to git and do not rebuild it during every build (vtrefny)
cbf318
cbf318
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-6
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cbf318
cbf318
* Wed Oct  9 2019 Jerry James <loganjerry@gmail.com> - 2.1-5
cbf318
- Rebuild for mpfr 4
cbf318
cbf318
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1-4
cbf318
- Rebuilt for Python 3.8.0rc1 (#1748018)
cbf318
cbf318
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1-3
cbf318
- Rebuilt for Python 3.8
cbf318
cbf318
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cbf318
cbf318
* Wed Jul 03 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.1-1
cbf318
- fix out of tree build failure (hongxu.jia)
cbf318
- Fix return value for round_to_nearest when using Size (vtrefny)
cbf318
cbf318
* Thu Apr 25 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.0-1
cbf318
- Assume the given expression is in bytes if no unit is given (v.podzimek)
cbf318
- Add a man page for the bscalc tool (v.podzimek)
cbf318
- Add the '--version' option to bs_calc.py (v.podzimek)
cbf318
- Fix parsing of exponential representations of real numbers (v.podzimek)
cbf318
- Only support modulo between two Size instances (v.podzimek)
cbf318
- Add a summary to the end of ./configure output (v.podzimek)
cbf318
- Exit with 1 from configure if there were failures (v.podzimek)
cbf318
- Add tools to autotools and packaging (v.podzimek)
cbf318
- Add a simple bytesize calculator tool (v.podzimek)
cbf318
- Add support for floor division by a non-integer number in Python (v.podzimek)
cbf318
- Port to pcre2 (vtrefny)
cbf318
- Remove Python 2 support (vtrefny)
cbf318
- Allow running tests using installed library (vtrefny)
cbf318
- Add all "public" python API  symbols to __init__.py (vtrefny)
cbf318
- Run all libbytesize tests from one script (vtrefny)
cbf318
cbf318
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
cbf318
cbf318
* Thu Aug 02 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.4-1
cbf318
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b (vtrefny)
cbf318
- Make sure the test script fails if one of the test runs fail (vtrefny)
cbf318
- Do not try to run python2 tests without python2 support (vtrefny)
cbf318
- Fix licence header for "gettext.h" (vtrefny)
cbf318
- Do not use rpm to check for Zanata client (vtrefny)
cbf318
- Use new ldconfig_scriptlets macro in spec (vtrefny)
cbf318
cbf318
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-5
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
cbf318
cbf318
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-4
cbf318
- Rebuilt for Python 3.7
cbf318
cbf318
* Fri Jun 29 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.3-3
cbf318
- Use new ldconfig_scriptlets macro in spec
cbf318
cbf318
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-2
cbf318
- Rebuilt for Python 3.7
cbf318
cbf318
* Thu Apr 19 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.3-1
cbf318
- Allow building libbytesize without Python 2 support (vtrefny)
cbf318
- Sync spec with downstream (vtrefny)
cbf318
- Add gcc to BuildRequires (vtrefny)
cbf318
- Fix links for documentation and GH project (vtrefny)
cbf318
- Add a HACKING.rst file (vpodzime)
cbf318
- Do not segfault when trying to bs_size_free NULL (vtrefny)
cbf318
cbf318
* Wed Feb 21 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.2-4
cbf318
- Add gcc to BuildRequires (vtrefny)
cbf318
cbf318
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cbf318
cbf318
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2-2
cbf318
- Update Python 2 dependency declarations to new packaging standards
cbf318
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
cbf318
cbf318
* Fri Sep 29 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.2-1
cbf318
- Use only version as a tag of the last release (vpodzime)
cbf318
- Do not require the glib-2.0 pkgconfig package (vpodzime)
cbf318
- Do not lie about tag creation (vpodzime)
cbf318
cbf318
* Thu Sep 28 2017 Troy Dawson <tdawson@redhat.com> - 1.1-2
cbf318
- Cleanup spec file conditionals
cbf318
cbf318
* Thu Sep 21 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.1-1
cbf318
- Add NEWS.rst file (vtrefny)
cbf318
- Fix source and url in spec file (vtrefny)
cbf318
- Use only one git tag for new releases (vtrefny)
cbf318
- Actually translate the units when expected (vpodzime)
cbf318
- Add two temporary test files to .gitignore (vpodzime)
cbf318
cbf318
* Thu Sep 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.0-1
cbf318
- Make more space for CI status image (vtrefny)
cbf318
- Include limits.h to make sure ULONG_MAX is defined (vpodzime)
cbf318
- Remove extra 'is' in two docstrings (vpodzime)
cbf318
- Properly support 64bit operands (vpodzime)
cbf318
cbf318
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.11-4
cbf318
- Python 2 binary package renamed to python2-libbytesize
cbf318
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
cbf318
cbf318
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cbf318
cbf318
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
cbf318
cbf318
* Wed Jun 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 0.11-1
cbf318
- Fix README file name (vtrefny)
cbf318
- Add a build status image to the README.md (vpodzime)
cbf318
- Remove "glibc-all-langpacks" from test dependencies (vtrefny)
cbf318
- Check for requires in generated spec file, not in the template (vtrefny)
cbf318
- Fix checking for available locales (vtrefny)
cbf318
- Fix library name in acinclude.m4 (vtrefny)
cbf318
- Do not try to run translation tests on CentOS/RHEL 7 (vtrefny)
cbf318
- Skip tests if they require unavailable locales (vpodzime)
cbf318
cbf318
* Wed Apr 19 2017 Vratislav Podzimek <vpodzime@redhat.com> - 0.10-1
cbf318
- Fix installation without specifying --exec-prefix (martin)
cbf318
- Sync the spec file with downstream (vpodzime)
cbf318
cbf318
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
cbf318
cbf318
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 0.9-1
cbf318
- Allow the Size python class to be easily imported (vpodzime)
cbf318
- Make sure pyexecdir is defined (vpodzime)
cbf318
- Do not run Python 3 tests without python3 (vpodzime)
cbf318
- Disable python3 on RHEL (vpodzime)
cbf318
- Reflect the configuration in the spec file template (vpodzime)
cbf318
- Make documentation generation conditional (vpodzime)
cbf318
- Make python3 support conditional (vpodzime)
cbf318
- Require lower version of libpcre (vpodzime)
cbf318
- Sync the spec file with downstream (vpodzime)
cbf318
cbf318
* Wed Dec 21 2016 Adam Williamson <awilliam@redhat.com> - 0.8-2
cbf318
- Rebuild for Python 3.6, again
cbf318
cbf318
* Fri Dec 16 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.8-1
cbf318
- Add a docstring to python bindings (vpodzime)
cbf318
- Neutralize None as an operand for math operations (vpodzime)
cbf318
- Add targets for checking and installing test requirements (vpodzime)
cbf318
- Fix 'make local' (vtrefny)
cbf318
- Make the python packages own their package directories (vpodzime)
cbf318
- Don't compare translated and untranslated representations (vpodzime)
cbf318
- replace_char_with_str: Fix the character count. (dshea)
cbf318
- Ditch autopoint. (dshea)
cbf318
cbf318
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.7-4
cbf318
- Rebuild for Python 3.6
cbf318
cbf318
* Tue Sep 20 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.7-3
cbf318
- Prevent ignored exceptions in __del__ from happening (vpodzime)
cbf318
cbf318
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
cbf318
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
cbf318
cbf318
* Tue May 17 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.7-1
cbf318
- Re-run autogen.sh and configure before updating the .pot file (vpodzime)
cbf318
- Change where tests on translated strings are run. (dshea)
cbf318
- Squashed 'translation-canary/' changes from d6c0708..840c2d6 (dshea)
cbf318
- Make sure we get the tests result report in 'make ci' (vpodzime)
cbf318
- Add a new generic error code/enum for failures (vpodzime)
cbf318
- Do not ignore the return value from asprintf() (vpodzime)
cbf318
- Beware of the radix char when converting to Decimal (#1325705) (vpodzime)
cbf318
cbf318
* Fri May  6 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-2
cbf318
- Beware of unsigned long int on 32bit arches (#1333149) (vpodzime)
cbf318
cbf318
* Tue May 03 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-1
cbf318
- Add support for the ROUND_HALF_UP rounding mode (vpodzime)
cbf318
- Make sure we return the right radix char in human_readable() (vpodzime)
cbf318
- Allocate enough memory for char->str replacements (vpodzime)
cbf318
cbf318
* Tue Apr 26 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.5-1
cbf318
- Create both libbytesize-$version and $version tags (vpodzime)
cbf318
- Update the .pot file with the new version (vpodzime)
cbf318
- Improve how we create changelog (vpodzime)
cbf318
- Try harder when getting OverflowError in division (#1326897) (vpodzime)
cbf318
- Neutralize the radix char before passing string to MPFR (#1326108) (vpodzime)
cbf318
- Run tests with en_US and fr_FR locales (vpodzime)
cbf318
- Run the tests with both python2 and python3 again (vpodzime)
cbf318
- Do not run the same tests 3 times as part of the 'ci' target (vpodzime)
cbf318
- Don't fail if just the best-effort cleanup fails (vpodzime)
cbf318
- Throw away the new .pot file when just running tests (vpodzime)
cbf318
- Make sure we return one of -1, 0, 1 from cmp functions (#1326113) (vpodzime)
cbf318
- Use cmp_bytes(size, bytes) when comparing to 0 (vpodzime)
cbf318
- Ignore all .po~ files (vpodzime)
cbf318
- Add translator comments (dshea)
cbf318
- Integrate translation-canary into the build. (dshea)
cbf318
- Run the translation-canary tests from make check. (dshea)
cbf318
- Squashed 'translation-canary/' content from commit d6c0708 (dshea)
cbf318
- Make 'make check' work. (dshea)
cbf318
- Remove files from po/ we don't need to track (vpodzime)
cbf318
- Ignore the compiled translation files (vpodzime)
cbf318
- Distribute and package the translations (vpodzime)
cbf318
- Add the necessary pieces for getting translations (vpodzime)
cbf318
cbf318
* Thu Apr 14 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.4-3
cbf318
- Only require -lgmp and -lmpfr for static linking (vpodzime)
cbf318
cbf318
* Fri Mar 11 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.4-2
cbf318
- Do not try to delete the C struct twice (vpodzime)
cbf318
cbf318
* Wed Mar 09 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.4-1
cbf318
- Add the __init__.py file to provide a proper package (vpodzime)
cbf318
- Merge pull request #7 from vpodzime/master-decimal_locale (vpodzime)
cbf318
- Make sure we pass a locale-agnostic string to Decimal() (vpodzime)
cbf318
- Adapt the package description to no longer using GI (vpodzime)
cbf318
- Make Size instances hashable (vpodzime)
cbf318
- Sync the spec file with downstream (vpodzime)
cbf318
cbf318
* Wed Mar  9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.3-3
cbf318
- Make sure we pass a locale-agnostic string to Decimal() (vpodzime)
cbf318
cbf318
* Mon Mar  7 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.3-2
cbf318
- Make Size instances hashable (vpodzime)
cbf318
cbf318
* Fri Feb 26 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.3-1
cbf318
- Packaging changes related to getting rid of GLib/GObject (vpodzime)
cbf318
- Adapt the python bindings and tests (vpodzime)
cbf318
- Get rid of GObject and GLib (vpodzime)
cbf318
- Define the __divmod__ method even for not dividing by Size (vpodzime)
cbf318
cbf318
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cbf318
cbf318
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
cbf318
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
cbf318
cbf318
* Fri Oct 23 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.2-1
cbf318
- Distribute the tests for overrides (vpodzime)
cbf318
- Fix the rpmlog target (vpodzime)
cbf318
- Respect the signs when doing division (vpodzime)
cbf318
- Add two more internal methods that may be required (vpodzime)
cbf318
- Do not pass negative numbers as guint64 when comparing with negative ints (vpodzime)
cbf318
- Round toward zero when converting bytes from float to int (vpodzime)
cbf318
- Make sure we return Size if doing operations with big integers (vpodzime)
cbf318
- Implement the __divmod__() method (vpodzime)
cbf318
- Do not try to convert negative int to an unsigned int when multiplying (vpodzime)
cbf318
- Fix and test the __deepcopy__ method (vpodzime)
cbf318
- Implement the evaluation of Size instance as a bool value (vpodzime)
cbf318
- Fix some issues in comparison functions and add tests (vpodzime)
cbf318
- Add a function for getting string representation of a unit (vpodzime)
cbf318
- Hook the overrides tests to the 'test' target (vpodzime)
cbf318
- Merge pull request #4 from japokorn/master-tests_03_python_override (vpodzime)
cbf318
- Added tests for Python override (japokorn)
cbf318
- Make sure our tests don't get broken by installed overrides (vpodzime)
cbf318
cbf318
* Wed Oct 07 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.1-1
cbf318
- Initial release