Hello community,

here is the log from the commit of package python-emoji for openSUSE:Factory 
checked in at 2019-04-30 13:00:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-emoji (Old)
 and      /work/SRC/openSUSE:Factory/.python-emoji.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-emoji"

Tue Apr 30 13:00:32 2019 rev:4 rq:697409 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-emoji/python-emoji.changes        
2019-03-01 16:49:55.461742504 +0100
+++ /work/SRC/openSUSE:Factory/.python-emoji.new.5536/python-emoji.changes      
2019-04-30 13:00:37.402169433 +0200
@@ -1,0 +2,7 @@
+Wed Apr 24 08:52:16 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.5.2
+  * no upstream changelog, see git log
+- run the test suite
+
+-------------------------------------------------------------------

Old:
----
  emoji-0.5.1.tar.gz

New:
----
  emoji-0.5.2.tar.gz

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

Other differences:
------------------
++++++ python-emoji.spec ++++++
--- /var/tmp/diff_new_pack.zR7fEW/_old  2019-04-30 13:00:39.382168992 +0200
+++ /var/tmp/diff_new_pack.zR7fEW/_new  2019-04-30 13:00:39.402168987 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-emoji
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        Emoji for Python
 License:        BSD-3-Clause
@@ -55,7 +55,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/emoji*
 
 %check
-%python_exec setup.py test
+%python_expand nosetests-%{$python_bin_suffix}
 
 %files %{python_files}
 %doc CHANGES.md README.rst

++++++ emoji-0.5.1.tar.gz -> emoji-0.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-0.5.1/PKG-INFO new/emoji-0.5.2/PKG-INFO
--- old/emoji-0.5.1/PKG-INFO    2018-09-14 04:57:18.000000000 +0200
+++ new/emoji-0.5.2/PKG-INFO    2019-04-06 01:11:04.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: emoji
-Version: 0.5.1
+Version: 0.5.2
 Summary: Emoji for Python
 Home-page: https://github.com/carpedm20/emoji/
 Author: Taehoon Kim and Kevin Wurster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-0.5.1/emoji/__init__.py 
new/emoji-0.5.2/emoji/__init__.py
--- old/emoji-0.5.1/emoji/__init__.py   2018-09-14 04:57:08.000000000 +0200
+++ new/emoji-0.5.2/emoji/__init__.py   2019-04-06 01:10:30.000000000 +0200
@@ -25,7 +25,7 @@
 from emoji.unicode_codes import UNICODE_EMOJI
 from emoji.unicode_codes import UNICODE_EMOJI_ALIAS
 
-__version__ = '0.5.1'
+__version__ = '0.5.2'
 __author__ = 'Taehoon Kim and Kevin Wurster'
 __email__ = 'carped...@gmail.com'
 # and wurst...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-0.5.1/emoji/core.py 
new/emoji-0.5.2/emoji/core.py
--- old/emoji-0.5.1/emoji/core.py       2018-09-14 04:51:48.000000000 +0200
+++ new/emoji-0.5.2/emoji/core.py       2019-04-06 01:10:19.000000000 +0200
@@ -39,7 +39,7 @@
         >>> print(emoji.emojize("Python is fun __thumbs_up__", delimiters = 
("__", "__")))
         Python is fun đź‘Ť
     """
- 
+
     pattern = re.compile(u'(%s[a-zA-Z0-9\+\-_&.ô’Åéãíç()!#*]+%s)' % delimiters)
 
     def replace(match):
@@ -71,7 +71,7 @@
         val = unicode_codes.UNICODE_EMOJI.get(match.group(0), match.group(0))
         return delimiters[0] + val[1:-1] + delimiters[1]
 
-    return get_emoji_regexp().sub(replace, string)
+    return re.sub(u'\ufe0f','',(get_emoji_regexp().sub(replace, string)))
 
 
 def get_emoji_regexp():
@@ -112,4 +112,4 @@
      if i in unicode_codes.UNICODE_EMOJI:
              c=c+1
    return(c)
-   
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-0.5.1/emoji/unicode_codes.py 
new/emoji-0.5.2/emoji/unicode_codes.py
--- old/emoji-0.5.1/emoji/unicode_codes.py      2018-09-14 04:51:48.000000000 
+0200
+++ new/emoji-0.5.2/emoji/unicode_codes.py      2019-04-06 01:10:19.000000000 
+0200
@@ -350,6 +350,7 @@
     u':Yemen:': u'\U0001F1FE\U0001F1EA',
     u':Zambia:': u'\U0001F1FF\U0001F1F2',
     u':Zimbabwe:': u'\U0001F1FF\U0001F1FC',
+    u':abacus:': u'\U0001F9EE',
     u':admission_tickets:': u'\U0001F39F',
     u':adult:': u'\U0001F9D1',
     u':adult_dark_skin_tone:': u'\U0001F9D1\U0001F3FF',
@@ -422,10 +423,15 @@
     u':backhand_index_pointing_up_medium-light_skin_tone:': 
u'\U0001F446\U0001F3FC',
     u':backhand_index_pointing_up_medium_skin_tone:': u'\U0001F446\U0001F3FD',
     u':bacon:': u'\U0001F953',
+    u':badger:': u'\U0001F9A1',
     u':badminton:': u'\U0001F3F8',
+    u':bagel:': u'\U0001F96F',
     u':baggage_claim:': u'\U0001F6C4',
     u':baguette_bread:': u'\U0001F956',
     u':balance_scale:': u'\U00002696',
+    u':bald:': u'\U0001F9B2',
+    u':bald_man:': u'\U0001F468\U0000200D\U0001F9B2',
+    u':bald_woman:': u'\U0001F469\U0000200D\U0001F9B2',
     u':balloon:': u'\U0001F388',
     u':ballot_box_with_ballot:': u'\U0001F5F3',
     u':ballot_box_with_check:': u'\U00002611',
@@ -434,6 +440,7 @@
     u':bar_chart:': u'\U0001F4CA',
     u':barber_pole:': u'\U0001F488',
     u':baseball:': u'\U000026BE',
+    u':basket:': u'\U0001F9FA',
     u':basketball:': u'\U0001F3C0',
     u':bat:': u'\U0001F987',
     u':bathtub:': u'\U0001F6C1',
@@ -494,6 +501,7 @@
     u':blue_heart:': u'\U0001F499',
     u':boar:': u'\U0001F417',
     u':bomb:': u'\U0001F4A3',
+    u':bone:': u'\U0001F9B4',
     u':bookmark:': u'\U0001F516',
     u':bookmark_tabs:': u'\U0001F4D1',
     u':books:': u'\U0001F4DA',
@@ -517,6 +525,7 @@
     u':breast-feeding_medium-dark_skin_tone:': u'\U0001F931\U0001F3FE',
     u':breast-feeding_medium-light_skin_tone:': u'\U0001F931\U0001F3FC',
     u':breast-feeding_medium_skin_tone:': u'\U0001F931\U0001F3FD',
+    u':brick:': u'\U0001F9F1',
     u':bride_with_veil:': u'\U0001F470',
     u':bride_with_veil_dark_skin_tone:': u'\U0001F470\U0001F3FF',
     u':bride_with_veil_light_skin_tone:': u'\U0001F470\U0001F3FB',
@@ -528,6 +537,7 @@
     u':bright_button:': u'\U0001F506',
     u':broccoli:': u'\U0001F966',
     u':broken_heart:': u'\U0001F494',
+    u':broom:': u'\U0001F9F9',
     u':bug:': u'\U0001F41B',
     u':building_construction:': u'\U0001F3D7',
     u':bullet_train:': u'\U0001F685',
@@ -572,6 +582,7 @@
     u':chequered_flag:': u'\U0001F3C1',
     u':cherries:': u'\U0001F352',
     u':cherry_blossom:': u'\U0001F338',
+    u':chess_pawn:': u'\U0000265F',
     u':chestnut:': u'\U0001F330',
     u':chicken:': u'\U0001F414',
     u':child:': u'\U0001F9D2',
@@ -620,8 +631,10 @@
     u':cocktail_glass:': u'\U0001F378',
     u':coconut:': u'\U0001F965',
     u':coffin:': u'\U000026B0',
+    u':cold_face:': u'\U0001F976',
     u':collision:': u'\U0001F4A5',
     u':comet:': u'\U00002604',
+    u':compass:': u'\U0001F9ED',
     u':computer_disk:': u'\U0001F4BD',
     u':computer_mouse:': u'\U0001F5B1',
     u':confetti_ball:': u'\U0001F38A',
@@ -672,8 +685,12 @@
     u':crying_face:': u'\U0001F622',
     u':crystal_ball:': u'\U0001F52E',
     u':cucumber:': u'\U0001F952',
+    u':cupcake:': u'\U0001F9C1',
     u':cup_with_straw:': u'\U0001F964',
     u':curling_stone:': u'\U0001F94C',
+    u':curly_hair:': u'\U0001F9B1',
+    u':curly-haired_man:': u'\U0001F468\U0000200D\U0001F9B1',
+    u':curly-haired_woman:': u'\U0001F469\U0000200D\U0001F9B1',
     u':curly_loop:': u'\U000027B0',
     u':currency_exchange:': u'\U0001F4B1',
     u':curry_rice:': u'\U0001F35B',
@@ -705,6 +722,7 @@
     u':disappointed_face:': u'\U0001F61E',
     u':dizzy:': u'\U0001F4AB',
     u':dizzy_face:': u'\U0001F635',
+    u':dna:': u'\U0001F9EC',
     u':dog:': u'\U0001F415',
     u':dog_face:': u'\U0001F436',
     u':dollar_banknote:': u'\U0001F4B5',
@@ -833,6 +851,8 @@
     u':film_frames:': u'\U0001F39E',
     u':film_projector:': u'\U0001F4FD',
     u':fire:': u'\U0001F525',
+    u':fire_extinguisher:': u'\U0001F9EF',
+    u':firecracker:': u'\U0001F9E8',
     u':fire_engine:': u'\U0001F692',
     u':fireworks:': u'\U0001F386',
     u':first_quarter_moon:': u'\U0001F313',
@@ -844,6 +864,7 @@
     u':five_o’clock:': u'\U0001F554',
     u':flag_in_hole:': u'\U000026F3',
     u':flashlight:': u'\U0001F526',
+    u':flat_shoe:': u'\U0001F97F',
     u':fleur-de-lis:': u'\U0000269C',
     u':flexed_biceps:': u'\U0001F4AA',
     u':flexed_biceps_dark_skin_tone:': u'\U0001F4AA\U0001F3FF',
@@ -854,6 +875,7 @@
     u':floppy_disk:': u'\U0001F4BE',
     u':flower_playing_cards:': u'\U0001F3B4',
     u':flushed_face:': u'\U0001F633',
+    u':flying_disc:': u'\U0001F94F',
     u':flying_saucer:': u'\U0001F6F8',
     u':fog:': u'\U0001F32B',
     u':foggy:': u'\U0001F301',
@@ -863,6 +885,7 @@
     u':folded_hands_medium-dark_skin_tone:': u'\U0001F64F\U0001F3FE',
     u':folded_hands_medium-light_skin_tone:': u'\U0001F64F\U0001F3FC',
     u':folded_hands_medium_skin_tone:': u'\U0001F64F\U0001F3FD',
+    u':foot:': u'\U0001F9B6',
     u':footprints:': u'\U0001F463',
     u':fork_and_knife:': u'\U0001F374',
     u':fork_and_knife_with_plate:': u'\U0001F37D',
@@ -907,6 +930,7 @@
     u':goal_net:': u'\U0001F945',
     u':goat:': u'\U0001F410',
     u':goblin:': u'\U0001F47A',
+    u':goggles:': u'\U0001F97D',
     u':gorilla:': u'\U0001F98D',
     u':graduation_cap:': u'\U0001F393',
     u':grapes:': u'\U0001F347',
@@ -965,6 +989,8 @@
     u':high-heeled_shoe:': u'\U0001F460',
     u':high-speed_train:': u'\U0001F684',
     u':high_voltage:': u'\U000026A1',
+    u':hiking_boot:': u'\U0001F97E',
+    u':hippopotamus:': u'\U0001F99B',
     u':hole:': u'\U0001F573',
     u':honey_pot:': u'\U0001F36F',
     u':honeybee:': u'\U0001F41D',
@@ -980,6 +1006,7 @@
     u':hospital:': u'\U0001F3E5',
     u':hot_beverage:': u'\U00002615',
     u':hot_dog:': u'\U0001F32D',
+    u':hot_face:': u'\U0001F975',
     u':hot_pepper:': u'\U0001F336',
     u':hot_springs:': u'\U00002668',
     u':hotel:': u'\U0001F3E8',
@@ -1002,6 +1029,7 @@
     u':index_pointing_up_medium-dark_skin_tone:': u'\U0000261D\U0001F3FE',
     u':index_pointing_up_medium-light_skin_tone:': u'\U0000261D\U0001F3FC',
     u':index_pointing_up_medium_skin_tone:': u'\U0000261D\U0001F3FD',
+    u':infinity:': u'\U0000267E',
     u':information:': u'\U00002139',
     u':input_latin_letters:': u'\U0001F524',
     u':input_latin_lowercase:': u'\U0001F521',
@@ -1010,9 +1038,11 @@
     u':input_symbols:': u'\U0001F523',
     u':jack-o-lantern:': u'\U0001F383',
     u':jeans:': u'\U0001F456',
+    u':jigsaw:': u'\U0001F9E9',
     u':joker:': u'\U0001F0CF',
     u':joystick:': u'\U0001F579',
     u':kaaba:': u'\U0001F54B',
+    u':kangaroo:': u'\U0001F998',
     u':key:': u'\U0001F511',
     u':keyboard:': u'\U00002328',
     u':keycap_#:': u'\U00000023\U0000FE0F\U000020E3',
@@ -1042,7 +1072,9 @@
     u':kitchen_knife:': u'\U0001F52A',
     u':kiwi_fruit:': u'\U0001F95D',
     u':koala:': u'\U0001F428',
+    u':lab_coat:': u'\U0001F97C',
     u':label:': u'\U0001F3F7',
+    u':lacrosse:': u'\U0001F94D',
     u':lady_beetle:': u'\U0001F41E',
     u':laptop_computer:': u'\U0001F4BB',
     u':large_blue_diamond:': u'\U0001F537',
@@ -1052,6 +1084,7 @@
     u':last_track_button:': u'\U000023EE',
     u':latin_cross:': u'\U0000271D',
     u':leaf_fluttering_in_wind:': u'\U0001F343',
+    u':leafy_green:': u'\U0001F96C',
     u':ledger:': u'\U0001F4D2',
     u':left-facing_fist:': u'\U0001F91B',
     u':left-facing_fist_dark_skin_tone:': u'\U0001F91B\U0001F3FF',
@@ -1064,6 +1097,7 @@
     u':left_arrow_curving_right:': u'\U000021AA',
     u':left_luggage:': u'\U0001F6C5',
     u':left_speech_bubble:': u'\U0001F5E8',
+    u':leg:': u'\U0001F9B5',
     u':lemon:': u'\U0001F34B',
     u':leopard:': u'\U0001F406',
     u':level_slider:': u'\U0001F39A',
@@ -1075,11 +1109,14 @@
     u':lipstick:': u'\U0001F484',
     u':litter_in_bin_sign:': u'\U0001F6AE',
     u':lizard:': u'\U0001F98E',
+    u':llama:': u'\U0001F999',
+    u':lobster:': u'\U0001F99E',
     u':locked:': u'\U0001F512',
     u':locked_with_key:': u'\U0001F510',
     u':locked_with_pen:': u'\U0001F50F',
     u':locomotive:': u'\U0001F682',
     u':lollipop:': u'\U0001F36D',
+    u':lotion_bottle:': u'\U0001F9F4',
     u':loudly_crying_face:': u'\U0001F62D',
     u':loudspeaker:': u'\U0001F4E2',
     u':love-you_gesture:': u'\U0001F91F',
@@ -1090,6 +1127,7 @@
     u':love-you_gesture_medium_skin_tone:': u'\U0001F91F\U0001F3FD',
     u':love_hotel:': u'\U0001F3E9',
     u':love_letter:': u'\U0001F48C',
+    u':luggage:': u'\U0001F9F3',
     u':lying_face:': u'\U0001F925',
     u':mage:': u'\U0001F9D9',
     u':mage_dark_skin_tone:': u'\U0001F9D9\U0001F3FF',
@@ -1097,6 +1135,7 @@
     u':mage_medium-dark_skin_tone:': u'\U0001F9D9\U0001F3FE',
     u':mage_medium-light_skin_tone:': u'\U0001F9D9\U0001F3FC',
     u':mage_medium_skin_tone:': u'\U0001F9D9\U0001F3FD',
+    u':magnet:': u'\U0001F9F2',
     u':magnifying_glass_tilted_left:': u'\U0001F50D',
     u':magnifying_glass_tilted_right:': u'\U0001F50E',
     u':mahjong_red_dragon:': u'\U0001F004',
@@ -1452,6 +1491,7 @@
     u':man_with_Chinese_cap_medium-light_skin_tone:': u'\U0001F472\U0001F3FC',
     u':man_with_Chinese_cap_medium_skin_tone:': u'\U0001F472\U0001F3FD',
     u':man_zombie:': u'\U0001F9DF\U0000200D\U00002642\U0000FE0F',
+    u':mango:': u'\U0001F96D',
     u':mantelpiece_clock:': u'\U0001F570',
     u':man’s_shoe:': u'\U0001F45E',
     u':map_of_Japan:': u'\U0001F5FE',
@@ -1485,6 +1525,7 @@
     u':merperson_medium-light_skin_tone:': u'\U0001F9DC\U0001F3FC',
     u':merperson_medium_skin_tone:': u'\U0001F9DC\U0001F3FD',
     u':metro:': u'\U0001F687',
+    u':microbe:': u'\U0001F9A0',
     u':microphone:': u'\U0001F3A4',
     u':microscope:': u'\U0001F52C',
     u':middle_finger:': u'\U0001F595',
@@ -1506,8 +1547,10 @@
     u':monkey:': u'\U0001F412',
     u':monkey_face:': u'\U0001F435',
     u':monorail:': u'\U0001F69D',
+    u':moon_cake:': u'\U0001F96E',
     u':moon_viewing_ceremony:': u'\U0001F391',
     u':mosque:': u'\U0001F54C',
+    u':mosquito:': u'\U0001F99F',
     u':motor_boat:': u'\U0001F6E5',
     u':motor_scooter:': u'\U0001F6F5',
     u':motorcycle:': u'\U0001F3CD',
@@ -1535,6 +1578,7 @@
     u':name_badge:': u'\U0001F4DB',
     u':national_park:': u'\U0001F3DE',
     u':nauseated_face:': u'\U0001F922',
+    u':nazar_amulet:': u'\U0001F9FF',
     u':necktie:': u'\U0001F454',
     u':nerd_face:': u'\U0001F913',
     u':neutral_face:': u'\U0001F610',
@@ -1631,14 +1675,17 @@
     u':pancakes:': u'\U0001F95E',
     u':panda_face:': u'\U0001F43C',
     u':paperclip:': u'\U0001F4CE',
+    u':parrot:': u'\U0001F99C',
     u':part_alternation_mark:': u'\U0000303D',
     u':party_popper:': u'\U0001F389',
+    u':partying_face:': u'\U0001F973',
     u':passenger_ship:': u'\U0001F6F3',
     u':passport_control:': u'\U0001F6C2',
     u':pause_button:': u'\U000023F8',
     u':paw_prints:': u'\U0001F43E',
     u':peace_symbol:': u'\U0000262E',
     u':peach:': u'\U0001F351',
+    u':peacock:': u'\U0001F99A',
     u':peanuts:': u'\U0001F95C',
     u':pear:': u'\U0001F350',
     u':pen:': u'\U0001F58A',
@@ -1836,6 +1883,7 @@
     u':person_wearing_turban_medium-dark_skin_tone:': u'\U0001F473\U0001F3FE',
     u':person_wearing_turban_medium-light_skin_tone:': u'\U0001F473\U0001F3FC',
     u':person_wearing_turban_medium_skin_tone:': u'\U0001F473\U0001F3FD',
+    u':petri_dish:': u'\U0001F9EB',
     u':pick:': u'\U000026CF',
     u':pie:': u'\U0001F967',
     u':pig:': u'\U0001F416',
@@ -1846,11 +1894,13 @@
     u':pine_decoration:': u'\U0001F38D',
     u':pineapple:': u'\U0001F34D',
     u':ping_pong:': u'\U0001F3D3',
+    u':pirate_flag:': u'\U0001F3F4\U0000200D\U00002620\U0000FE0F',
     u':pistol:': u'\U0001F52B',
     u':pizza:': u'\U0001F355',
     u':place_of_worship:': u'\U0001F6D0',
     u':play_button:': u'\U000025B6',
     u':play_or_pause_button:': u'\U000023EF',
+    u':pleading_face:': u'\U0001F97A',
     u':police_car:': u'\U0001F693',
     u':police_car_light:': u'\U0001F6A8',
     u':police_officer:': u'\U0001F46E',
@@ -1900,6 +1950,7 @@
     u':question_mark:': u'\U00002753',
     u':rabbit:': u'\U0001F407',
     u':rabbit_face:': u'\U0001F430',
+    u':raccoon:': u'\U0001F99D',
     u':racing_car:': u'\U0001F3CE',
     u':radio:': u'\U0001F4FB',
     u':radio_button:': u'\U0001F518',
@@ -1934,10 +1985,15 @@
     u':raising_hands_medium_skin_tone:': u'\U0001F64C\U0001F3FD',
     u':ram:': u'\U0001F40F',
     u':rat:': u'\U0001F400',
+    u':receipt:': u'\U0001F9FE',
     u':record_button:': u'\U000023FA',
     u':recycling_symbol:': u'\U0000267B',
     u':red_apple:': u'\U0001F34E',
     u':red_circle:': u'\U0001F534',
+    u':red_envelope:': u'\U0001F9E7',
+    u':red_hair:': u'\U0001F9B0',
+    u':red-haired_man:': u'\U0001F468\U0000200D\U0001F9B0',
+    u':red-haired_woman:': u'\U0001F469\U0000200D\U0001F9B0',
     u':red_heart:': u'\U00002764',
     u':red_paper_lantern:': u'\U0001F3EE',
     u':red_triangle_pointed_down:': u'\U0001F53B',
@@ -1970,6 +2026,7 @@
     u':roasted_sweet_potato:': u'\U0001F360',
     u':robot_face:': u'\U0001F916',
     u':rocket:': u'\U0001F680',
+    u':roll_of_paper:': u'\U0001F9FB',
     u':rolled-up_newspaper:': u'\U0001F5DE',
     u':roller_coaster:': u'\U0001F3A2',
     u':rolling_on_the_floor_laughing:': u'\U0001F923',
@@ -1981,6 +2038,8 @@
     u':running_shirt:': u'\U0001F3BD',
     u':running_shoe:': u'\U0001F45F',
     u':sad_but_relieved_face:': u'\U0001F625',
+    u':safety_pin:': u'\U0001F9F7',
+    u':salt:': u'\U0001F9C2',
     u':sailboat:': u'\U000026F5',
     u':sake:': u'\U0001F376',
     u':sandwich:': u'\U0001F96A',
@@ -2029,6 +2088,7 @@
     u':sign_of_the_horns_medium_skin_tone:': u'\U0001F918\U0001F3FD',
     u':six-thirty:': u'\U0001F561',
     u':six_o’clock:': u'\U0001F555',
+    u':skateboard:': u'\U0001F6F9',
     u':skier:': u'\U000026F7',
     u':skis:': u'\U0001F3BF',
     u':skull:': u'\U0001F480',
@@ -2045,6 +2105,7 @@
     u':smiling_cat_face_with_heart-eyes:': u'\U0001F63B',
     u':smiling_face:': u'\U0000263A',
     u':smiling_face_with_halo:': u'\U0001F607',
+    u':smiling_face_with_3_hearts:': u'\U0001F970',
     u':smiling_face_with_heart-eyes:': u'\U0001F60D',
     u':smiling_face_with_horns:': u'\U0001F608',
     u':smiling_face_with_smiling_eyes:': u'\U0001F60A',
@@ -2063,8 +2124,10 @@
     u':snowflake:': u'\U00002744',
     u':snowman:': u'\U00002603',
     u':snowman_without_snow:': u'\U000026C4',
+    u':soap:': u'\U0001F9FC',
     u':soccer_ball:': u'\U000026BD',
     u':socks:': u'\U0001F9E6',
+    u':softball:': u'\U0001F94E',
     u':soft_ice_cream:': u'\U0001F366',
     u':spade_suit:': u'\U00002660',
     u':spaghetti:': u'\U0001F35D',
@@ -2085,6 +2148,7 @@
     u':spiral_notepad:': u'\U0001F5D2',
     u':spiral_shell:': u'\U0001F41A',
     u':spoon:': u'\U0001F944',
+    u':sponge:': u'\U0001F9FD',
     u':sport_utility_vehicle:': u'\U0001F699',
     u':sports_medal:': u'\U0001F3C5',
     u':spouting_whale:': u'\U0001F433',
@@ -2114,8 +2178,11 @@
     u':sunrise:': u'\U0001F305',
     u':sunrise_over_mountains:': u'\U0001F304',
     u':sunset:': u'\U0001F307',
+    u':superhero:': u'\U0001F9B8',
+    u':supervillain:': u'\U0001F9B9',
     u':sushi:': u'\U0001F363',
     u':suspension_railway:': u'\U0001F69F',
+    u':swan:': u'\U0001F9A2',
     u':sweat_droplets:': u'\U0001F4A6',
     u':synagogue:': u'\U0001F54D',
     u':syringe:': u'\U0001F489',
@@ -2127,6 +2194,7 @@
     u':taxi:': u'\U0001F695',
     u':teacup_without_handle:': u'\U0001F375',
     u':tear-off_calendar:': u'\U0001F4C6',
+    u':teddy_bear:': u'\U0001F9F8',
     u':telephone:': u'\U0000260E',
     u':telephone_receiver:': u'\U0001F4DE',
     u':telescope:': u'\U0001F52D',
@@ -2135,9 +2203,11 @@
     u':ten_o’clock:': u'\U0001F559',
     u':tennis:': u'\U0001F3BE',
     u':tent:': u'\U000026FA',
+    u':test_tube:': u'\U0001F9EA',
     u':thermometer:': u'\U0001F321',
     u':thinking_face:': u'\U0001F914',
     u':thought_balloon:': u'\U0001F4AD',
+    u':thread:': u'\U0001F9F5',
     u':three-thirty:': u'\U0001F55E',
     u':three_o’clock:': u'\U0001F552',
     u':thumbs_down:': u'\U0001F44E',
@@ -2157,9 +2227,11 @@
     u':tiger_face:': u'\U0001F42F',
     u':timer_clock:': u'\U000023F2',
     u':tired_face:': u'\U0001F62B',
+    u':toolbox:': u'\U0001F9F0',
     u':toilet:': u'\U0001F6BD',
     u':tomato:': u'\U0001F345',
     u':tongue:': u'\U0001F445',
+    u':tooth:': u'\U0001F9B7',
     u':top_hat:': u'\U0001F3A9',
     u':tornado:': u'\U0001F32A',
     u':trackball:': u'\U0001F5B2',
@@ -2254,6 +2326,9 @@
     u':white_exclamation_mark:': u'\U00002755',
     u':white_flag:': u'\U0001F3F3',
     u':white_flower:': u'\U0001F4AE',
+    u':white_hair:': u'\U0001F9B3',
+    u':white-haired_man:': u'\U0001F468\U0000200D\U0001F9B3',
+    u':white-haired_woman:': u'\U0001F469\U0000200D\U0001F9B3',
     u':white_heavy_check_mark:': u'\U00002705',
     u':white_large_square:': u'\U00002B1C',
     u':white_medium-small_square:': u'\U000025FD',
@@ -2614,6 +2689,7 @@
     u':women_with_bunny_ears:': u'\U0001F46F\U0000200D\U00002640\U0000FE0F',
     u':women_wrestling:': u'\U0001F93C\U0000200D\U00002640\U0000FE0F',
     u':women’s_room:': u'\U0001F6BA',
+    u':woozy_face:': u'\U0001F974',
     u':world_map:': u'\U0001F5FA',
     u':worried_face:': u'\U0001F61F',
     u':wrapped_gift:': u'\U0001F381',
@@ -2624,6 +2700,7 @@
     u':writing_hand_medium-dark_skin_tone:': u'\U0000270D\U0001F3FE',
     u':writing_hand_medium-light_skin_tone:': u'\U0000270D\U0001F3FC',
     u':writing_hand_medium_skin_tone:': u'\U0000270D\U0001F3FD',
+    u':yarn:': u'\U0001F9F6',
     u':yellow_heart:': u'\U0001F49B',
     u':yen_banknote:': u'\U0001F4B4',
     u':yin_yang:': u'\U0000262F',
@@ -3399,6 +3476,17 @@
     u':keycap_digit_zero:': u'\U00000030\U000020E3',
     u':keycap_number_sign:': u'\U00000023\U000020E3',
     u':keycap_ten:': u'\U0001F51F',
+    u':zero:': u'\U00000030\U0000FE0F\U000020E3',
+    u':one:': u'\U00000031\U0000FE0F\U000020E3',
+    u':ten:': u'\U0001F51F',
+    u':two:': u'\U00000032\U0000FE0F\U000020E3',
+    u':three:': u'\U00000033\U0000FE0F\U000020E3',
+    u':four:': u'\U00000034\U0000FE0F\U000020E3',
+    u':five:': u'\U00000035\U0000FE0F\U000020E3',
+    u':six:': u'\U00000036\U0000FE0F\U000020E3',
+    u':seven:': u'\U00000037\U0000FE0F\U000020E3',
+    u':eight:': u'\U00000038\U0000FE0F\U000020E3',
+    u':nine:': u'\U00000039\U0000FE0F\U000020E3',
     u':kimono:': u'\U0001F458',
     u':couplekiss:': u'\U0001F48F',
     u':kiss:': u'\U0001F48B',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emoji-0.5.1/emoji.egg-info/PKG-INFO 
new/emoji-0.5.2/emoji.egg-info/PKG-INFO
--- old/emoji-0.5.1/emoji.egg-info/PKG-INFO     2018-09-14 04:57:18.000000000 
+0200
+++ new/emoji-0.5.2/emoji.egg-info/PKG-INFO     2019-04-06 01:11:04.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: emoji
-Version: 0.5.1
+Version: 0.5.2
 Summary: Emoji for Python
 Home-page: https://github.com/carpedm20/emoji/
 Author: Taehoon Kim and Kevin Wurster


Reply via email to