File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1717 run : |
1818 python -m pip install --upgrade pip
1919 pip install setuptools wheel twine
20+ sudo apt install libpcap-dev
2021 - name : Build and publish
2122 env :
2223 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 1515from pimdm .tree import pim_globals
1616from pimdm .daemon .Daemon import Daemon
1717
18- VERSION = "1.3.5 "
18+ VERSION = "1.4.0 "
1919
2020
2121def client_socket (data_to_send , print_output = True ):
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ PrettyTable
22netifaces
33ipaddress
44pyroute2
5- py-mld == 1.0.2
6- igmp == 1.0.2
5+ py-mld == 1.0.3
6+ igmp == 1.0.4
Original file line number Diff line number Diff line change 1212 long_description = open ("README.md" , "r" ).read (),
1313 long_description_content_type = "text/markdown" ,
1414 keywords = "PIM-DM Multicast Routing Protocol PIM Dense-Mode Router RFC3973 IPv4 IPv6" ,
15- version = "1.3.5 " ,
15+ version = "1.4.0 " ,
1616 url = "http://github.com/pedrofran12/pim_dm" ,
1717 author = "Pedro Oliveira" ,
1818 author_email = "pedro.francisco.oliveira@tecnico.ulisboa.pt" ,
2222 'netifaces' ,
2323 'ipaddress' ,
2424 'pyroute2' ,
25- 'py-mld==1.0.2 ' ,
26- 'igmp==1.0.2 ' ,
25+ 'py-mld==1.0.3 ' ,
26+ 'igmp==1.0.4 ' ,
2727 ],
2828 packages = find_packages (exclude = ["docs" ]),
2929 ext_modules = [Extension (
5656 "Programming Language :: Python :: 3.7" ,
5757 "Programming Language :: Python :: 3.8" ,
5858 "Programming Language :: Python :: 3.9" ,
59+ "Programming Language :: Python :: 3.10" ,
5960 ],
6061 python_requires = ">=3.3" ,
6162)
You can’t perform that action at this time.
0 commit comments