File: changelog

package info (click to toggle)
django-shortuuidfield 0.1.3-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 18
  • sloc: python: 57; makefile: 3
file content (64 lines) | stat: -rw-r--r-- 2,092 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
django-shortuuidfield (0.1.3-2) unstable; urgency=medium

  * debian/control
    - Standards-Version: Bumped version to 3.9.8.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 06 Oct 2016 22:47:00 +0900

django-shortuuidfield (0.1.3-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - Depends: Appends python-six, python3-six.
  * debian/patches
    - Deletes
      * support_for_Python3.patch
      * fixed_unicode_handling.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 13 Feb 2016 15:56:27 +0900

django-shortuuidfield (0.1.2-4) unstable; urgency=medium

  * Fixes FTBFS: ImportError: No module named 'shortuuid' (Closes: #802067)
    - debian/control
      - Adds python3-django, python3-shortuuid to Build-Depends-indep.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 22 Oct 2015 10:02:24 +0900

django-shortuuidfield (0.1.2-3) unstable; urgency=medium

  * debian/control
    - Standards-Version: Bumped version to 3.9.6.
    - Build-Depends: Appended dh-python.
  * debian/watch
    - Fixes debian-watch-file-unsupported-pypi-url.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 01 Jul 2015 18:43:10 +0900

django-shortuuidfield (0.1.2-2) unstable; urgency=medium

  * Ensure it works with Django 1.7 (Closes: #755666)
    - Supported Python 3.
      * debian/control
        - Build-Depends: Added python3-all, python3-setuptools.
        - X-Python3-Version: Added.
        - python3-django-shortuuidfield package added.
      * debian/patches
        - Added support_for_Python3.patch,fixed_unicode_handling.patch.
  * Applied pybuild
    - debian/rules
      * Appended --buildsystem=pybuild options
      * Removed targets override_dh_auto_build, override_dh_auto_install,
        override_dh_auto_clean.
  * debian/control
    - Starndards-Version: Bump version.
  * debian/patches
    - Removed update_egg-info.patch.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 21 Aug 2014 15:25:23 +0900

django-shortuuidfield (0.1.2-1) unstable; urgency=low

  * Initial release (Closes: #725940)

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 10 Oct 2013 15:21:57 +0900