- 
    Fri Jul 06 2018 <jdennis@redhat.com> - 1.0.1-10
    
- Move documentation generator from epydoc to Sphinx autodoc
- Modify py2/py3 build logic to comply with new guidelines
   
  
  - 
    Wed Jun 27 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.0.1-9
    
- Conditionalize the python2 subpackage
   
  
  - 
    Wed Jun 27 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.0.1-8
    
- Disable documentation generated by epydoc
   
  
  - 
    Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
   
  
  - 
    Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.1-6
    
- Update Python 2 dependency declarations to new packaging standards
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
   
  
  - 
    Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.1-5
    
- Python 2 binary package renamed to python2-nss
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
   
  
  - 
    Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
   
  
  - 
    Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
   
  
  - 
    Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.0.1-2
    
- Rebuild due to bug in RPM (RHBZ #1468476)
   
  
  - 
    Tue Feb 28 2017 John Dennis <jdennis@redhat.com> - 1.0.1-1
    
* Add TLS 1.3 cipher suites.
  * ssl_cipher_info.py now attempts to enable TLS 1.3.
  * Fix build issue in setup.py. python-nss can now be build
    as Python wheel, e.g. `pip wheel -w dist .`
  * The following constants were added:
    - ssl.TLS_AES_128_GCM_SHA256
    - ssl.TLS_AES_256_GCM_SHA384
    - ssl.TLS_CHACHA20_POLY1305_SHA256