[Python-modules-commits] r34092 - in packages/tzlocal/trunk/debian (control)

edward at users.alioth.debian.org edward at users.alioth.debian.org
Wed Sep 2 09:05:28 UTC 2015


    Date: Wednesday, September 2, 2015 @ 09:05:27
  Author: edward
Revision: 34092

improve long description

Modified:
  packages/tzlocal/trunk/debian/control

Modified: packages/tzlocal/trunk/debian/control
===================================================================
--- packages/tzlocal/trunk/debian/control	2015-09-02 08:48:48 UTC (rev 34091)
+++ packages/tzlocal/trunk/debian/control	2015-09-02 09:05:27 UTC (rev 34092)
@@ -18,34 +18,16 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: tzinfo object for the local timezone
- This Python module returns a `tzinfo` object with the local timezone
- information. It requires `pytz`, and returns `pytz` `tzinfo` objects.
+ This Python module returns a tzinfo object with the local timezone
+ information.
  .
- This module attempts to fix a glaring hole in `pytz`, that there is no way
- to get the local timezone information, unless you know the zoneinfo name,
- and under several Linux distros that's hard or impossible to figure out.
- .
- With `tzlocal` you only need to call `get_localzone()` and you will get a
- `tzinfo` object with the local time zone info. On some Unices you will still
- not get to know what the timezone name is, but you don't need that when you
- have the tzinfo file. However, if the timezone name is readily available it
- will be used.
+ This package contains tzlocal for Python 2.
 
 Package: python3-tzlocal
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: tzinfo object for the local timezone (Python 3 version)
- This Python module returns a `tzinfo` object with the local timezone
- information. It requires `pytz`, and returns `pytz` `tzinfo` objects.
+ This Python module returns a tzinfo object with the local timezone
+ information.
  .
- This module attempts to fix a glaring hole in `pytz`, that there is no way
- to get the local timezone information, unless you know the zoneinfo name,
- and under several Linux distros that's hard or impossible to figure out.
- .
- With `tzlocal` you only need to call `get_localzone()` and you will get a
- `tzinfo` object with the local time zone info. On some Unices you will still
- not get to know what the timezone name is, but you don't need that when you
- have the tzinfo file. However, if the timezone name is readily available it
- will be used.
- .
- This package contains fuzzywuzzy for Python 3.
+ This package contains tzlocal for Python 3.




More information about the Python-modules-commits mailing list